0.1.1 • Published 10 years ago

lver-cmp v0.1.1

Weekly downloads
15
License
-
Repository
github
Last release
10 years ago

Lver Cmp

Point this bad boy at your package.json and it will return a descriptive object of all the current versions of each module you're running along with the latest versions published.

Example

var lverCmp = require("lver-cmp");

lverCmp("../package.json").subscribe(console.log);
/*
Prints:
{ lver: { current: '0.1.1', latest: '0.1.1' },
  rx: { current: '2.*.*', latest: '2.2.9' } }
*/