If you are into developing using node
you might end up with a lot of dependencies installed in your machine that might be outdated and finding what to update might be quite tricky.
<a href="https://www.npmjs.com/package/npm-check" target="_blank">npm-check</a>
comes to help as a package that checks for outdated, incorrect, and unused dependencies allowing you to update them easily.
So for example if you want to upgrade all your
global
packages you can simply type:npm-check -g -u
You get a nice interactive dialog that helps you decide on the packages you want to update: