Socket
Book a DemoInstallSign in
Socket

node-nightly-version

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-nightly-version

Get the latest node nightly version.

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

node-nightly-version Build Status

Get the latest node nightly version.

Install

$ npm install --save node-nightly-version

Usage

nodeNightlyVersion()
.then(console.log) // Latest version for your OS.
.catch(console.error);

CLI

$ npm install --global node-nightly-version
$ node-nightly-version --help

  Get the node nightly version.

  Usage
    $ node-nightly-version
    v7.0.0-nightly20160621ecc48a154d

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