atomdmac / recently-updated

See which packages you depend on were recently updated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recently-updated

npm version

See which packages you depend on were recently updated


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

About

See which packages you depend on were recently updated

License:MIT License


Languages

Language:JavaScript 100.0%