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

@typescript-tools/internal-dependencies

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-tools/internal-dependencies

Calculate package dependencies living in the same monorepo

  • 1.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.8K
decreased by-10.14%
Maintainers
2
Weekly downloads
 
Created
Source

internal-dependencies

License NPM Package Build status Code Coverage

Calculate package dependencies living in the same monorepo

Install

npm install --save-dev @typescript-tools/internal-dependencies

Use

Usage:
    internal-dependencies [--path] <root> <package>...

Options:
    root        Root of lerna mono-repository
    packages    Packages to print dependencies of (also reads from stdin)
    --path      Print the relative path to each package from root

Example

internal-dependencies can read one or more package names (the name property in the package's package.json) either as arguments or stdin.

It outputs the internal dependencies that the list of packages depends upon, either directly or transitively.

$ echo @typescript-tools/lerna-utils | node ./packages/internal-dependencies/dist/src/internal-dependencies.js .
@typescript-tools/io-ts

Use --path to print the path to the dependencies rather than the package names.

$ internal-dependencies --path . @typescript-tools/internal-dependencies
packages/io-ts
packages/lerna-utils

Keywords

FAQs

Package last updated on 05 Nov 2020

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