NPM Helper

NPM Helper

pinkpixel-dev

Manages npm packages by searching the registry, checking for outdated dependencies, and safely upgrading Node.js project dependencies with conflict resolution.

8553 views5Local (stdio)

What it does

  • Search npm packages and get detailed information
  • Check package.json for outdated dependencies
  • Upgrade dependencies with version constraint management
  • Resolve dependency conflicts automatically
  • Run iterative upgrades with testing
  • Filter updates for specific packages

Best for

Node.js developers maintaining project dependenciesTeams updating legacy codebases safelyFinding and evaluating new npm packages
Safe upgrade strategies with conflict resolutionIterative testing during upgradesNo API keys required

Tools (10)

search_npm

Search for npm packages

fetch_package_content

Fetch detailed content from an npm package page URL

get_package_versions

Get available versions for an npm package

get_package_details

Get detailed information about an npm package

check_updates

Scan package.json for outdated dependencies

Alternatives