0.2.0 • Published 8 years ago

depception v0.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

depception

Build Status

For when your app breaks due to dependency inception.

If you have your direct npm dependecy versions pinned/locked but don't want to shrinkwrap your entire project, you may wake up one day and notice that your tests fail because one of your unpinned sub-dependencies was updated.

depception shows you your most recently updated dependecies/sub-dependencies so you can work out which unpinned dependency likely broke your build.

Installation and usage

Install with npm install -g depception

depception demo

You can also use depception package.json <integer> to control the number of results.