okabsd / recent-version

Get the most recently published version of a package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get the most recently published version of a package.

License:MIT License


Languages

Language:JavaScript 100.0%