stale-check
v1.1.0
Published
Utility to identify out-of-date packages by publish date
Downloads
7
Readme
Framework Staleness Utility
Identify stale or abandoned dependencies in your projects, or libraries installed by mistake.
Usage
Install with npm i -D https://github.com/ficocelliguy/stale-check
To check all of your projects' immediate dependencies for any that have not been updated in years, use
npx stale-check
Check for the most common out-of-maintenance or stale frameworks with
npx stale-check --quick
or -q
To check dependencies recursively, use npx stale-check -a
or --all
. This may take some time.