Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@typescript-tools/internal-dependencies
Advanced tools
Calculate package dependencies living in the same monorepo
Calculate package dependencies living in the same monorepo
npm install --save-dev @typescript-tools/internal-dependencies
Usage:
internal-dependencies [--root <root>] [--path] <package>...
Options:
packages Packages to print dependencies of (also reads from stdin)
--root=<root> Root of lerna mono-repository
--path Print the relative path to each package from root
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
FAQs
Calculate package dependencies living in the same monorepo
We found that @typescript-tools/internal-dependencies demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.