Socket
Socket
Sign inDemoInstall

node-gyp-build

Package Overview
Dependencies
0
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.2 to 4.2.3

7

index.js

@@ -53,6 +53,9 @@ var fs = require('fs')

armv ? 'armv=' + armv : '',
'libc=' + libc
'libc=' + libc,
'node=' + process.versions.node,
(process.versions && process.versions.electron) ? 'electron=' + process.versions.electron : '',
typeof __webpack_require__ === 'function' ? 'webpack=true' : '' // eslint-disable-line
].filter(Boolean).join(' ')
throw new Error('No native build was found for ' + target)
throw new Error('No native build was found for ' + target + '\n loaded from: ' + dir + '\n')

@@ -59,0 +62,0 @@ function resolve (dir) {

{
"name": "node-gyp-build",
"version": "4.2.2",
"version": "4.2.3",
"description": "Build tool and bindings loader for node-gyp that supports prebuilds",

@@ -5,0 +5,0 @@ "main": "index.js",

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