depception
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
You can also use depception package.json <integer>
to control the number of results.