Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

easy-dep-graph

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-dep-graph

Easily see the dependency graph of your npm project

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
increased by500%
Maintainers
1
Weekly downloads
 
Created
Source

Easy Dep Graph

Easily see the dependency graph of your npm project!

Table of Contents

  • Easy Dep Graph

Install

npm install -g easy-dep-graph

Use

Run the following command on the folder where you package.json is:

npx easy-dep-graph

Arguments

Packages

A list of packages to show on the graph separated by ','. (By default it shows all packages)

Command: --packages <packages names>

Example:

npx easy-dep-graph --packages open,mustache,fastify

Package Dependents

This option will only show on graph the packages that depend on the submited package.

Command: --package-dependents <package name>

Example:

npx easy-dep-graph --package-dependents is-docker

Port

The port number to be used when serving the dependency graph. (Default is 8080)

Command: --port <port number>

Example:

npx easy-dep-graph --port 8000

No Open

Flag to not open the browser after the depedency graph is done.

Command: --no-open

Example:

npx easy-dep-graph --no-open

Changelog

Version 1.0:

  • published library

FAQs

No FAQs for now. (⌐■_■)

Keywords

FAQs

Package last updated on 20 Jan 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc