New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

npmd-leaves

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npmd-leaves

convert dependency tree into leaf hash list

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

npmd-leaves

take a dependency tree generated my npmd-resolve and convert it suitable for npmd-link

travis

can also be used as a unix tool.

npm install -g npmd-resolve npmd-leaves
npmd-resolve request | npmd-leaves | npmd-link

what

npmd-leaves transforms a npmd-resolve tree into leaf-first order (topological sort). Every subtree is uniquely identified by the hash of it's tarball + it's dependencies hashes.

it's used with npmd-link to do a module install based on symlinked dependencies.

License

MIT

FAQs

Package last updated on 20 Nov 2013

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