curver

1.0.3 • Public • Published

curver

Easily fetch the latest version of node module available on npm.

Build Status

Scraps the current version of a node module from it's readme page. Basically from sidebar. Does not look version from package.json file.

Install

$ npm install --save curver

Usage

 
const curver = require('curver');
 
curver('packstat').then(currentVersion => {
    console.log(currentVersion);
    // => 1.0.4
})
 

Related

License

MIT © Rishi Giri

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i curver

Weekly Downloads

4

Version

1.0.3

License

MIT

Last publish

Collaborators

  • rishi