Socket
Socket
Sign inDemoInstall

prebuild-install

Package Overview
Dependencies
55
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.2 to 2.3.0

4

package.json
{
"name": "prebuild-install",
"version": "2.2.2",
"version": "2.3.0",
"description": "A command line tool for easily install prebuilds for multiple version of node/iojs on a specific platform",

@@ -26,3 +26,3 @@ "scripts": {

"mkdirp": "^0.5.1",
"node-abi": "^2.0.0",
"node-abi": "^2.1.1",
"noop-logger": "^0.1.1",

@@ -29,0 +29,0 @@ "npmlog": "^4.0.1",

@@ -19,2 +19,5 @@ var minimist = require('minimist')

}
if ((i = npmArgv.indexOf('--download')) !== -1) {
process.argv.push(npmArgv[i], npmArgv[i + 1])
}
} catch (e) { }

@@ -21,0 +24,0 @@ }

@@ -37,4 +37,8 @@ # prebuild-install [![Build Status](https://travis-ci.org/mafintosh/prebuild-install.svg?branch=master)](https://travis-ci.org/mafintosh/prebuild-install)

When `prebuild-install` is run via an `npm` script, options
`--build-from-source`, `--debug` and `--download`, may be passed through via
arguments given to the `npm` command.
## License
MIT
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