Home > Blockchain >  Is there a NPM package that will notify me everytime new npm module version comes out?
Is there a NPM package that will notify me everytime new npm module version comes out?

Time:09-04

I'm making a discord bot and want to my bot to notify me if therebis a new version of a package available Thanks!

CodePudding user response:

You can use the npm package npm-check-updates which will not only give you the ability to be notified but also to update it right away.

  • Related