1.0.3 • Published 8 years ago

curver v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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