npm-check-updates

Find newer versions of dependencies than what your package.json allows

brewmacoslinux
Try with needOr install directly
Source

About

Find newer versions of dependencies than what your package.json allows

Commands

ncu

Examples

Check for available updates to all dependencies$ ncu
Update package.json with the latest dependency versions$ ncu -u
Check for updates but only for specific packages$ ncu --filter lodash,express