npm check and update package if needed

To check if any module in a project is ‘old’: ‘outdated‘ will check every module defined in package.json and see if there is a newer version in the NPM registry. For example, say xml2js 0.2.6 (located in node_modules in the current project) is outdated because a newer version exists (0.2.7). You would see: To update … Read more