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

enonic-dependencies-resolver

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enonic-dependencies-resolver

A CLI tool to generate dependencies graph for selected files.

  • 2.0.0-beta.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

enonic-dependencies-resolver

A CLI tool to generate dependencies graph for selected files.

Install

npm install -g enonic-dependencies-resolver

Usage

Use it from CLI by running:

$ edr [options] [<path>]
Examples

Analyze files ./content/**/*.ts and shows the graphs, with files, that don't have dependencies amoung the analyzable files, as root elements.

edr src/js/**/content/*.ts

Analyze files ./content/**/*.ts and show those graphs, files of which are used as internal dependencies (inside ./content/**/) only. If there even one file, that is used outside ``./content/**/*.ts`, that graph will be hidden.

edr ./content/**/*.ts --internal

Analyze files ./content/**/*.ts and show graphs, where the root files has no usage, but depends on other files. Internal flag works just like iin the previous example. Level flag limits the depth of the graph to be displayed.

edr ./content/**/*.ts --internal --reversed --level 0

Keywords

FAQs

Package last updated on 23 May 2022

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