A couple of useful tools for the #NodeJS¹ folks out there working on longer-term projects:

• npm-check-updates (ncu) is a tool that will help you keep your dependencies updated: https://www.npmjs.com/package/npm-check-updates

https://knip.dev/explanations/comparison-and-migration/#unimported (successor to unimported, now that’s deprecated) will help you find unused files and dependencies.

¹ Kitten (https://codeberg.org/kitten/app) uses Node.js as its runtime.

#NodeJS #ncu #npmCheckUpdates #knip #unimported #packageManagement #npm #node #modules #nodeModules

npm-check-updates

Find newer versions of dependencies than what your package.json allows. Latest version: 18.3.0, last published: 6 days ago. Start using npm-check-updates in your project by running `npm i npm-check-updates`. There are 594 other projects in the npm registry using npm-check-updates.

npm