šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

nestjs-dependency-graph

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

nestjs-dependency-graph

View the dependency graph of a particular NestJS module

0.0.4
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
Ā 
Created
Source

Nest.js dependency graph

Installing as dependency

npm install --global nestjs-dependency-graph

Add to package.json scripts

  "scripts": {
    "nest-dep-graph": "nest-dg dist/app/app.module.js"
  }

Don't forget to update the path to your root app.module file.

Run

  npm run build
  npm run nest-dep-graph

Open http//:localhost:3000

Usage with Nx

See docs/Nx.md for information.

FAQs

Package last updated on 07 Dec 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