Skip to content

Releases: notsointresting/rot-detector

v1.0.1 - Initial Release

17 Jan 13:47

Choose a tag to compare

🧟 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 . --json

Fixes in v1.0.1
Fixed chalk/ora compatibility for global npm installs