There used to be some projects available for achieving this rather useful task (one, two), but they seem to be shut down.
I came across the NPM hooks, but it doesn't give an out-of-the-box way to have human readable notifications (emails or something along those lines).
Since an average NodeJS app depends on a number of 3rd party packages and new versions of those are published with a striking pace, I'm a little bit surprised that this feature isn't built in NPM website in the first place.
I don't find doing npm outdated
and so on terribly handy on a regular basis. Nobody wants routinely check for updates in case he just might get a notification when it happens.
So, how can we get email notifications when new version of a package published to NPM?
If the package is on GitHub as most are you can also use RSS feed notifcations:
https://github.com/THE_PACKAGE_REPO/releases.atom
Then use the many available methods to get notified. I download a free simple app from MacOS App Store that checks at interals.
I had the same need, and opted for this (very generic) service: https://visualping.io/
the free version is more than enough
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With