Socket
Socket
Sign inDemoInstall

latest-version

Package Overview
Dependencies
23
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    latest-version

Get the latest version of an npm package


Version published
Weekly downloads
5.8M
decreased by-8.99%
Maintainers
1
Install size
343 kB
Created
Weekly downloads
 

Readme

Source

latest-version Build Status

Get the latest version of an npm package

Fetches the version directly from the registry instead of depending on the massive npm module like the latest module does.

Install

$ npm install --save latest-version

Usage

const latestVersion = require('latest-version');

latestVersion('ava').then(version => {
	console.log(version);
	//=> '0.18.0'
});

latestVersion('@sindresorhus/df').then(version => {
	console.log(version);
	//=> '1.0.1'
});

License

MIT © Sindre Sorhus

Keywords

FAQs

Last updated on 26 Mar 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc