walnut

v0.0.4
Check versions in package.json against npmjs latest versions

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

npm i walnut

Metadata

  • Unknown
  • Whatever
  • Alex Bosworth
  • released 5/26/2018

Downloads

Maintainers