rownok221/dep-age
Detect abandoned npm dependencies in your project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to package.json | no | ./package.json |
| threshold | Days before marking a dependency as abandoned | no | 730 |
| fail-on-abandoned | Fail the check if abandoned dependencies are found | no | true |
| format | Output format (text, json, markdown) | no | markdown |
Outputs
| name | description |
|---|---|
| score | Dependency health score (0-100) |
| grade | Health grade (A-F) |
| abandoned-count | Number of abandoned dependencies |
| report | Full report output |