1.0.3 • Published 7 years ago

recently-updated v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

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