Skip to main content

Dependency Analysis

Route: /dependency-analysis

Paste a package.json and get insight into your project's dependencies — vulnerabilities, counts, and a dependency tree.

Features

  • Package categorization & counts — dependencies vs. devDependencies, totals.
  • Vulnerability scanning via the OSV.dev database.
  • Dependency tree built from npm registry metadata (depth-limited to keep results manageable).
  • Outdated/insight reporting for your declared dependencies.

How it works

The tool uses two server-side route handlers:

Using it

  1. Open Dependency Analysis from the sidebar.
  2. Paste the contents of your package.json.
  3. Run the analysis to see counts, vulnerabilities, and the dependency tree.