0.5.0 • Published 4 months ago

staledeps v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

staledeps

License Latest Version

Find stale dependencies in the package.json file(s).

Installation

npm install -g staledeps

Or simply using npx, the package runner bundled with npm:

$ npx staledeps

Note: staledeps requires Node.js >= 18.

Usage

Usage: staledeps <path(s)> [options]

Options:
      --version    Show version number                                 [boolean]
  -h, --help       Show help                                           [boolean]
  -d, --sort-dir   Direction to sort data
                                       [choices: "asc", "desc"] [default: "asc"]
  -f, --full       Show full report (including non-stale dependencies)
                                                      [boolean] [default: false]
  -o, --output     Format to output data
                                   [choices: "json", "table"] [default: "table"]
  -r, --registry   URL of registry to check against
                                         [default: "https://registry.npmjs.org"]
  -s, --sort       Field to sort data
                              [choices: "name", "lastPublish"] [default: "name"]
  -t, --threshold  Threshold to be determined as stale (see vercel/ms)
                                                                 [default: "2y"]

Examples:
  staledeps ./package.json  Find stale dependencies in the package.json file(s)
0.5.0

4 months ago

0.3.0

10 months ago

0.4.0

9 months ago

0.3.1

10 months ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago