npm-package-latest
v0.0.1
Published
Obtains the npm package metadata for the latest version of a package
Downloads
7
Readme
Usage
var npmPackageLatest = require('npm-package-latest');
npmPackageLatest("package-name", function(error, latest) { ... });Installation
npm install npm-package-latest