Skip to content
/ whodeps Public

Check who depends on the security vulnerability package. - This project is zero-dependency.

License

Notifications You must be signed in to change notification settings

hezedu/whodeps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whodeps

Check who depends on the security vulnerability package.

Install

npm install whodeps -g

Required

Cd you project directory, you project must have package.json, package-lock.json.

Usage

whodeps pkgname

Show all depends of pkgname's root dependencies.

whodeps pkgname <max version>

Give the max version. will only show the less than the version's root dependencies.

Example

whodeps kind-of 6.0.0

About

Check who depends on the security vulnerability package. - This project is zero-dependency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published