Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

node-gyp-build-optional-packages

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gyp-build-optional-packages - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

0

bin.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ #!/usr/bin/env node

5

index.js
var fs = require('fs')
var path = require('path')
var os = require('os')

@@ -12,4 +11,4 @@ // Workaround to fix webpack's build warnings: 'the request of a dependency is an expression'

var runtime = isElectron() ? 'electron' : 'node'
var arch = os.arch()
var platform = os.platform()
var arch = process.arch
var platform = process.platform
var libc = process.env.LIBC || (isAlpine(platform) ? 'musl' : 'glibc')

@@ -16,0 +15,0 @@ var armv = process.env.ARM_VERSION || (arch === 'arm64' ? '8' : vars.arm_version) || ''

@@ -0,0 +0,0 @@ #!/usr/bin/env node

{
"name": "node-gyp-build-optional-packages",
"version": "5.0.0",
"version": "5.0.1",
"description": "Build tool and bindings loader for node-gyp that supports prebuilds",

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

@@ -0,0 +0,0 @@ # node-gyp-build

Sorry, the diff of this file is not supported yet

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