Releases: notsointresting/rot-detector
Releases · notsointresting/rot-detector
v1.0.1 - Initial Release
🧟 Dependency Rot Detector v1.0.1
Detect abandoned & unmaintained dependencies before they become security risks.
Features
- 🔍 Scans package.json (NPM) and requirements.txt (Python)
- 📊 Health scoring based on freshness, maintainers, and license
- 🎨 Color-coded risk indicators (🟢🟡🔴)
- 📋 JSON export for CI/CD integration
- ⚡ Optional GitHub repo analysis
Install
npm install -g rot-detector
rot-detector scan ./package.json
rot-detector scan ./requirements.txt
rot-detector scan . --jsonFixes in v1.0.1
Fixed chalk/ora compatibility for global npm installs