1.0.3 • Published 10 years ago

recently-updated v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
10 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
1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago