New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

deptrack

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deptrack

![Deptrack Logo](https://deptrack.netlify.app/dep_track_logo.png)

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

Deptrack Logo

Visualize why a dependency is in your Node.js project

License npm

Tired of digging through npm explain or yarn why? DepTrack generates an interactive dependency tree to show:

  • Why a package is installed
  • Which parent dependencies brought it in
  • How versions were resolved

Get Started

npx deptrack <package-name>  # Try it now!

Anatomy of the report

Demo GIF

Why DepTrack?

🔍 Debug faster – No more guessing why left-pad is in your node_modules.
🌳 Visual tree – Understand complex dependency chains at a glance.
Zero-config – Works locally without external servers.

Usage

  • Run in any Node.js project:
    npx deptrack <package-name> # replace <package-name> with the package you are trying to analyze
    
  • Opens the report in your browser.

Use Cases

  • 🛡️ Audit security vulnerabilities
  • 📦 Reduce bundle size by finding unnecessary deps
  • 🧠 Learn how your dependency graph works

📜 License: MIT

made with ♥️ by appsparklers

Keywords

cli

FAQs

Package last updated on 13 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts