Dependency Monitor
Features
Section titled “Features”- Analyze project dependencies
- Check for outdated or problematic dependencies
- Render results in a readable table format
- AI-powered recommendations (optional)
Installation
Section titled “Installation”Install via npm:
npm install -g dependency-monitorAfter installing globally, use the CLI:
dep-monitor [command] [options]Commands & Options
Section titled “Commands & Options”Audit dependencies for drift, outdated versions, and Angular compatibility issues.
Options:
--only-drifts— Show only drifted dependencies--only-licenses— Show only license summary--json— Output result as JSON--prod-only— Only include production dependencies--ai-insights— Generate AI-based insights and risk summaries
Example:
dep-monitor audit --only-drifts --json