Socket
Socket
Sign inDemoInstall

node-gyp-build

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gyp-build - npm Package Compare versions

Comparing version 3.4.0 to 3.5.0

7

index.js

@@ -33,2 +33,5 @@ var fs = require('fs')

var napiRuntime = getFirst(path.join(dir, 'prebuilds/' + platform + '-' + arch), matchNapiRuntime)
if (napiRuntime) return napiRuntime
var napi = getFirst(path.join(dir, 'prebuilds/' + platform + '-' + arch), matchNapi)

@@ -49,2 +52,6 @@ if (napi) return napi

function matchNapiRuntime (name) {
return name === runtime + '-napi.node'
}
function matchNapi (name) {

@@ -51,0 +58,0 @@ return name === 'node-napi.node'

2

package.json
{
"name": "node-gyp-build",
"version": "3.4.0",
"version": "3.5.0",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc