Waste Ranking
Rank dependency candidates by usage signal, impact, and confidence scoring.
Local-first CLI + TUI for dependency intelligence
Lopper compares imported dependencies to actual usage, then returns risk cues, waste scores, and practical recommendations for cleanup.
brew tap ben-ranford/tap
brew install lopper
lopper analyse lodash --repo . --language js-ts
Why Lopper
Rank dependency candidates by usage signal, impact, and confidence scoring.
Emit JSON or SARIF for automation and code scanning workflows.
Store immutable baselines and fail builds when dependency waste regresses.
Combine static and runtime signal in JS/TS to reduce false assumptions.
Workflow
Run lopper analyse over one dependency or the full repository surface.
Adjust thresholds and scoring weights for your noise tolerance and risk model.
Compare against stored baselines in CI and block regressions before merge.
Language Coverage
Use Lopper in local development, CI pipelines, or security review workflows.
Get Latest Release