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.