Socket
Socket
Sign inDemoInstall

callgraph

Package Overview
Dependencies
112
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    callgraph

Parse JS into call graphs


Version published
Maintainers
1
Install size
7.99 MB
Created

Readme

Source

Callgraph

This is experimental. Use at your own risk.

output example

Installation

Install Graphviz's Dot, then install callgraph from npm

npm install -g callgraph

Usage

callgraph index.js

This will generate two files in the current directory:

  • callgraph.png: An image representing the callgraph
  • callgraph.dot: A file with a Dot representation of the callgraph

Questions

Why UglifyJS for AST parsing and not X?

Does X have walker.find_parent? Please let me know.

License

MIT http://gunar.mit-license.org

Keywords

FAQs

Last updated on 06 Aug 2018

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