Skip to content
/ pkg-diff Public

Outputs the diff between two package.json dependencies

Notifications You must be signed in to change notification settings

jmpas/pkg-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg-diff

Build Status NPM version Coverage Status

Outputs the diff between two package.json dependencies

$ npm i -g pkg-diff
$ pkg-diff path/to/project-1 path/to/project-2

If you want to ignore any dependency type you can use --ignore.

Types: dep, dev, peer, optional.

$ pkg-diff --ignore=peer,optional path/to/project-1 path/to/project-2

License

MIT License

About

Outputs the diff between two package.json dependencies

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published