JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q53218F
  • License MIT

A CLI tool that scans JavaScript/TypeScript projects for dependency issues and fixes them

Package Exports

  • depmender
  • depmender/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (depmender) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

DepMender

A CLI tool that scans JavaScript/TypeScript projects for dependency issues and fixes them.

Features

  • Dependency Scanner: Detects outdated, missing, broken, and conflicting dependencies
  • Health Reporting: Comprehensive reports with health scores (0-100)
  • Smart Suggestions: Intelligent recommendations with risk assessment
  • Auto-Fix System: Automated fixes with backup and verification
  • Multi-Package Manager: Supports npm, yarn, and pnpm
  • Security Analysis: Vulnerability detection and prioritization

Installation

npm install -g depmender

Usage

# Scan project dependencies
depmender scan

# Generate detailed health report
depmender report

# Apply automated fixes
depmender fix

Development

# Install dependencies
npm install

# Build the project
npm run build

# Run tests
npm test

# Run tests with coverage
npm run test:coverage

# Development mode with watch
npm run dev

License

MIT