notifies an atom user about outdated dependencies in project package.json
$ apm install npm-outdated
the package automatically watches every project in atom. If the project uses a package.json in the root of the project folder, then this package.json is checked. Changes on the package.json file invokes a new check.
dependency in package.json, but not installed in node_modules or not valid to version range of package.json
local installed version is outdated to version in npm registry (latest, beta)
local installed version is outdated to version in npm registry (latest, beta), but not wanted by version range in package.json
MIT © Andreas Weber
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.