Socket
Socket
Sign inDemoInstall

prebuild-install

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prebuild-install - npm Package Compare versions

Comparing version 2.4.1 to 2.5.0

3

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

@@ -22,2 +22,3 @@ "scripts": {

"dependencies": {
"detect-libc": "^1.0.3",
"expand-template": "^1.0.2",

@@ -24,0 +25,0 @@ "github-from-package": "0.0.0",

var minimist = require('minimist')
var getAbi = require('node-abi').getAbi
var detectLibc = require('detect-libc')
var env = process.env
var libc = env.LIBC || (detectLibc.isNonGlibcLinux && detectLibc.family) || ''
// Get `prebuild-install` arguments that were passed to the `npm` command

@@ -32,3 +35,3 @@ if (env.npm_config_argv) {

arch: pkgConf.arch || env.npm_config_arch || process.arch,
libc: env.LIBC,
libc: libc,
platform: env.npm_config_platform || process.platform,

@@ -35,0 +38,0 @@ debug: false,

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc