You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

prebuild-install

Package Overview
Dependencies
Maintainers
5
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.2.5 to 5.3.0

2

package.json
{
"name": "prebuild-install",
"version": "5.2.5",
"version": "5.3.0",
"description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform",

@@ -5,0 +5,0 @@ "scripts": {

@@ -32,2 +32,4 @@ var minimist = require('minimist')

var pkgConf = pkg.config || {}
var sourceBuild = env.npm_config_build_from_source
var buildFromSource = sourceBuild === pkg.name || sourceBuild === 'true'
var rc = require('rc')('prebuild-install', {

@@ -43,3 +45,3 @@ target: pkgConf.target || env.npm_config_target || process.versions.node,

prebuild: true,
compile: false,
compile: buildFromSource,
path: '.',

@@ -46,0 +48,0 @@ proxy: env.npm_config_proxy || env['HTTP_PROXY'],

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc