Socket
Socket
Sign inDemoInstall

node-pre-gyp

Package Overview
Dependencies
Maintainers
7
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pre-gyp - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

5

CHANGELOG.md
# node-pre-gyp changelog
## 0.10.2
- Fixed rc/deep-extent security vulnerability
- Fixed broken reinstall script do to incorrectly named get_best_napi_version
## 0.10.1

@@ -4,0 +9,0 @@

2

lib/reinstall.js

@@ -13,3 +13,3 @@ "use strict";

var installArgs = [];
var napi_build_version = napi.get_best_napi_version(package_json);
var napi_build_version = napi.get_best_napi_build_version(package_json);
if (napi_build_version != null) installArgs = [ napi.get_command_arg (napi_build_version) ];

@@ -16,0 +16,0 @@ gyp.todo.unshift(

{
"name": "node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version": "0.10.1",
"version": "0.10.2",
"keywords": [

@@ -29,3 +29,3 @@ "native",

"npmlog": "^4.0.2",
"rc": "^1.1.7",
"rc": "^1.2.7",
"rimraf": "^2.6.1",

@@ -32,0 +32,0 @@ "semver": "^5.3.0",

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