Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thlorenz/lver

Returns latest published version of a given npm package.
https://github.com/thlorenz/lver

Last synced: 2 months ago
JSON representation

Returns latest published version of a given npm package.

Awesome Lists containing this project

README

        

# lver [![build status](https://secure.travis-ci.org/thlorenz/lver.png)](http://travis-ci.org/thlorenz/lver)

Returns latest published version of a given npm package.

```sh
➝ lver concat-stream
1.0.1
```

```js
var lver = require('lver');
lver('concat-stream', function (err, version) {
if (err) return console.error(err);
console.log(version);
});

```

## Installation

npm install lver

## License

MIT