1.0.0 • Published 8 years ago

recent-version v1.0.0

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

recent-version

Get the most recently published version of a package.

NPM version License

This module fetches the most recently published version of a package, which is not necessarily the latest version.

Install

$ npm install --save recent-version

Use

const recent = require('recent-version');

recent('rubyisms').then(version => console.log(version));

License

MIT