walnut
v0.0.4
Published
Check versions in package.json against npmjs latest versions
Downloads
16
Readme
Walnut.js
Walnut is a simple script that checks npm package dependencies in package.json against npmjs.org and gives a warning if the current version of a dependency is not consistent with the version specified in the package.json.
Example
const walnut = require('walnut');
walnut.check(require('./package'));
// knox package version is 0.8.2 latest is 0.8.3