lver-cmp

0.1.1 • Public • Published

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' } }
*/

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    31
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    31
  • 0.1.0
    0

Package Sidebar

Install

npm i lver-cmp

Weekly Downloads

31

Version

0.1.1

License

none

Last publish

Collaborators

  • josephmoniz