Socket
Socket
Sign inDemoInstall

dependency-graph-js

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dependency-graph-js

dependency-graph-js is a tool which is used to analyze the dependency of javascript files.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

dependency-graph-js

Version License

dependency-graph-js is a tool which is used to analyze the dependency of javascript files .

installation

yarn add dependency-graph-js -g

npm i dependency-graph-js -g

or

pnpm add dependency-graph-js -g

usage

Providing a terminal command seekDep to analyze the dependency. seekDep allows you to add an entry file after it, and will detect the imported files in it. The action will be done recursively in every imported file until no more imported files are found.

    seekDep ./test/main.js

todolist

  • Analyzing the baisc dependency.
  • [] Supported by analyzing node_modules's modudles.
  • [] Supported by being adapted to CommonJS.
  • [] Supported by being used in TypeScript.
  • [] Supported by drawing graph.
  • [] Supported by being used as a plugin in webpack or vite.

FAQs

Last updated on 03 Oct 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc