@redredchen01/dep-audit
v1.0.0
Published
CLI toolkit for npm dependency auditing — outdated, vulnerabilities, licenses, updates
Maintainers
Readme
@foundry/dep-audit
CLI toolkit for npm dependency auditing — outdated, vulnerabilities, licenses, updates
Install
npm install -g @foundry/dep-auditQuick Start
dep-audit outdated # check for updates
dep-audit vulnerabilities # security scan
dep-audit licenses --prod # license compliance
dep-audit tree --depth 1 # dependency tree
dep-audit why lodash # why is it installed?Commands
| Command | Description |
|---------|-------------|
| outdated | Outdated deps with severity coloring |
| vulnerabilities | Security vulnerability scan |
| licenses | License compliance check |
| update | Safe dependency updates (dry-run default) |
| tree | Dependency tree visualization |
| why | Dependency chain explanation |
License
MIT
