Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get email notifications when new version of a package published

Tags:

node.js

npm

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?

like image 407
Alexander Abakumov Avatar asked Oct 19 '25 18:10

Alexander Abakumov


2 Answers

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.

like image 62
cyberwombat Avatar answered Oct 21 '25 07:10

cyberwombat


I had the same need, and opted for this (very generic) service: https://visualping.io/

the free version is more than enough

like image 35
rejetto Avatar answered Oct 21 '25 07:10

rejetto



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!