npm-check-updates
Advanced tools
Changelog
[2.0.0] - 2005-08-14
v2 has a few important differences from v1:
1.0.0
to 1.1.0
). This change was made because npm update
handles upgrades within the satisfied range just fine, and npm-check-updates is primarily intended to provide functionality not otherwise provided by npm itself. These satisfied dependencies will still be shown when you run npm-check-updates, albeit with a short explanation. For the old behavior, add the -ua/--upgradeAll option.ncu /^gulp-/
). For the old behavior (specifying an alternative package.json), pipe the package.json through stdin.ncu
instead of npm-check-updates
. npm-check-updates
is preserved for backwards-compatibility.https://github.com/raineorshine/npm-check-updates/compare/v1.5.1...v2.0.0