Socket
Book a DemoInstallSign in
Socket

node-nightly-versions

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-nightly-versions

Get the list of os/nightly node versions.

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
198
-5.26%
Maintainers
1
Weekly downloads
 
Created
Source

node-nightly-versions Build Status

Get the list of os/nightly node versions.

Install

$ npm install --save node-nightly-versions

Usage

nodeNightlyversions()
.then(versions => versions['linux-x64'].version) // v7.0.0-nightly201608074c86fa30d8
.catch(console.error);

P.S: keys of versions:

[ 'headers',
  'linux-x64',
  'linux-x86',
  'osx-x64-pkg',
  'osx-x64-tar',
  'osx-x86-tar',
  'src',
  'sunos-x64',
  'sunos-x86',
  'win-x64-exe',
  'win-x86-exe',
  'win-x86-msi' ]

P.P.S: If process.env.NODEJS_ORG_NIGHTLY_MIRROR is set, it shall pick-up that URL.

License

MIT © Hemanth.HM

Keywords

cli-app

FAQs

Package last updated on 22 Aug 2016

Did you know?

Socket

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