Socket
Socket
Sign inDemoInstall

@mapbox/node-pre-gyp

Package Overview
Dependencies
Maintainers
14
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/node-pre-gyp - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

CHANGELOG.md
# node-pre-gyp changelog
## 1.0.5
- Fix circular reference warning with node >= v14
## 1.0.4

@@ -4,0 +7,0 @@ - Added node v16 to the internal node releases listing

9

lib/node-pre-gyp.js

@@ -53,5 +53,10 @@ 'use strict';

exports.find = require('./pre-binding').find;
// this is a getter to avoid circular reference warnings with node v14.
Object.defineProperty(exports, 'find', {
get: function() {
return require('./pre-binding').find;
},
enumerable: true
});
//
// in the following, "my_module" is using node-pre-gyp to

@@ -58,0 +63,0 @@ // prebuild and install pre-built binaries. "main_module"

{
"name": "@mapbox/node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version": "1.0.4",
"version": "1.0.5",
"keywords": [

@@ -6,0 +6,0 @@ "native",

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