npm-check-updates helps you keep your project dependencies current by identifying and upgrading packages to their latest available versions. Unlike manual version checking, it intelligently respects your existing semantic versioning constraints while proposing the newest compatible releases.
Key capabilities include:
^17.0.2 upgrades to ^18.3.1 while keeping the caret operator)npm install separately to apply changes to your actual dependenciesThe tool color-codes upgrade suggestions—red for major versions, cyan for minor updates, and green for patches—making it easy to assess the scope of changes at a glance. You can also set version age requirements to avoid newly published packages, filter by dependency type (dev, prod, optional, peer), and target specific upgrade strategies like minor-only or patch-only updates.
$ npm install -g npm-check-updatesActivity score
90/100
Stars
Forks
Latest version
Last commit
First release
Language
Auto-fetched .
★ 3.2k · v8.0.19 · python