0.0.4 • Published 6 years ago

walnut v0.0.4

Weekly downloads
6
License
-
Repository
github
Last release
6 years ago

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

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

11 years ago

0.0.1

11 years ago