
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
⚠️ WARNING: WORK IN PROGRESS - NOT 100% READY, USE AT YOUR OWN RISK ⚠️
This project is under active development and may contain bugs or incomplete features. Feel free to try it out, but be aware that some functionality might not work as expected.
A powerful command-line tool for visualizing and analyzing npm dependencies in your Node.js projects.
# Global installation
npm install -g depviz-cli
# Or run directly with npx
npx depviz-cli
# Launch the tool
depviz
# Analyze a specific package
depviz analyze <package-name>
When you run depviz, you'll be presented with an interactive menu offering the following options:
| Option | Description |
|---|---|
| 🔍 Duplicates | Find and list duplicate dependencies |
| 📦 Package Sizes | Analyze and display package sizes |
| 📝 Licenses | Show license information for all packages |
| 🔄 Updates | Check for outdated packages |
| 🌐 Visualize | Open the web visualization interface |
The web interface provides three different views of your dependency graph:
# Clone the repository
git clone https://github.com/TheRealPerson98/depviz-cil.git
cd depviz-cil
# Install dependencies
npm install
# Build the project
npm run build
# Start in development mode
npm run dev
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the AGPL-2.0 License. See LICENSE for more information.
FAQs
A CLI tool for visualizing npm dependencies in your Node.js projects
We found that depviz-cil demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

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.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.