Skip to content
GitHubLinkedInEmail

Dependency Monitor

  • Analyze project dependencies
  • Check for outdated or problematic dependencies
  • Render results in a readable table format
  • AI-powered recommendations (optional)

Install via npm:

npm install -g dependency-monitor

After installing globally, use the CLI:

dep-monitor [command] [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