Socket
Socket
Sign inDemoInstall

@depazer/cli

Package Overview
Dependencies
29
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @depazer/cli

A CLI tool for analyzing package dependencies


Version published
Weekly downloads
1
Maintainers
2
Created
Weekly downloads
 

Readme

Source

@depazer/cli

👁️‍🗨️A visual dependency analysis tool for JavaScript

snapshot

🧑‍💻 Document(zh-CN) | 👀 Web Online

NPM Version LICENSE unit-test

Getting Start

Install

npm i -g @depazer/cli

Usage

Usage:
  $ depazer

Commands:
  analyze [root]  alias: a  Analyze package dependencies (root default .)


For more info, run any command with the `--help` flag:
  $ depazer analyze --help
  $ depazer --help

Options:
  -h, --help     Display this message
  -v, --version  Display version number

Analyze

Usage:
  $ depazer analyze [root]

Options:
  -p, --port <number>         Port of analyzer server (default: 4936)
  -j, --jsonFile [file name]  Generate json file for analysis
  -d, --depth <number>        Depth of analysis (default: Infinity)
  --dev                       Include devDependencies (default: false)
  -o, --open                  Auto open default browser (default: false)
  -h, --help                  Display this message

License

MIT License © 2023-PRESENT depazer

Keywords

FAQs

Last updated on 08 Sep 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