Go to file
2017-12-03 15:16:59 +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.2.4 2017-12-03 14:57:52 +01:00
README.md doc tweaks 2017-12-03 15:16:59 +01:00
updates.js doc tweaks 2017-12-03 15:16:59 +01:00

updates

Fast npm dependency updating tool

updates is a lightweight tool that checks for npm dependency updates and optionally updates package.json. It talks directly to the npm registry and is usually able to find all updates in under a second.

Install

$ npm install -g updates
$ yarn global add updates

Examples

$ updates
NAME      OLD        NEW
got       ^7.0.0     ^8.0.1
semver    ^5.0.4     ^5.4.1
eslint    ^4.11.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