Go to file
2017-12-03 13:17:31 +01:00
.editorconfig init 2017-12-03 12:15:02 +01:00
.eslintrc init 2017-12-03 12:15:02 +01:00
.gitignore init 2017-12-03 12:15:02 +01:00
.travis.yml init 2017-12-03 12:15:02 +01:00
LICENSE tweaks 2017-12-03 12:21:06 +01:00
Makefile fix test 2017-12-03 12:21:36 +01:00
package.json 1.0.6 2017-12-03 12:38:49 +01:00
README.md readme tweaks 2017-12-03 12:38:46 +01:00
updates.js add --json option, refactor 2017-12-03 13:17:31 +01:00

updates

Fast npm dependency updating tool

updates is a lightweight CLI tool that checks for npm dependency updates and optionally automatically updates package.json. Unlike other similar tools, it has no dependency on any package manager but instead works directly with the npm registry.

Install

$ npm install -g updates
$ yarn global add updates

Example

$ updates
NAME      OLD        NEW
got       ^8.0.1     ^8.0.1
semver    ^5.4.1     ^5.4.1
eslint    ^4.12.1    ^4.12.1
$ updates -u
package.json updated!
$ time updates
All packages are up to date.
updates  0.28s user 0.06s system 82% cpu 0.417 total

© silverwind, distributed under BSD licence