recently-updated
v1.0.3
Published
See which packages you depend on were recently updated
Downloads
7
Readme
This cli tool shows you if packages you depend on had new versions published within the last 24 hours. If your CI builds start failing all of a sudden, or builds/tests are broken locally after a fresh npm install, seeing this list of packages and their latest publish times/versions might help you track the problem down quicker.
Installation
With npm, do:
npm install -g recently-updated
Usage
In a project directory with a ./node_modules
, do:
recently-updated
Options
Specify a cutoff by passing in --hours
, --days
, or --weeks
(defaults to 24 hours):
recently-updated --days 3