node-nightly-versions
Get the list of os/nightly node versions.
Last updated 10 years ago by hemanth .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install node-nightly-versions 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.0.2                                ...           latest (10 years ago)

3 Versions

  • 1.0.2                                ...           10 years ago
  • 1.0.1                                ...           10 years ago
  • 1.0.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |