Skip to content

Get the most recently published version of a package.

License

Notifications You must be signed in to change notification settings

okabsd/recent-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages