🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

node-gyp

Package Overview
Dependencies
Maintainers
3
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gyp - npm Package Compare versions

Comparing version
11.4.2
to
11.5.0
+1
-1
.release-please-manifest.json
{
".": "11.4.2"
".": "11.5.0"
}
{
".": "0.20.4"
".": "0.20.5"
}

@@ -381,3 +381,3 @@ # Copyright (c) 2012 Google Inc. All rights reserved.

(rule_source_dirname, rule_source_basename) = os.path.split(rule_source)
(rule_source_root, rule_source_ext) = os.path.splitext(
(rule_source_root, _rule_source_ext) = os.path.splitext(
rule_source_basename

@@ -384,0 +384,0 @@ )

@@ -103,3 +103,3 @@ # Copyright (c) 2016 Ben Noordhuis <info@bnoordhuis.nl>. All rights reserved.

for qualified_target, target in target_dicts.items():
build_file, target_name, toolset = gyp.common.ParseQualifiedTarget(
build_file, _target_name, _toolset = gyp.common.ParseQualifiedTarget(
qualified_target

@@ -106,0 +106,0 @@ )

@@ -76,3 +76,3 @@ # Copyright (c) 2011 Google Inc. All rights reserved.

for qualified_target in target_list:
[input_file, target] = gyp.common.ParseQualifiedTarget(qualified_target)[0:2]
[input_file, _target] = gyp.common.ParseQualifiedTarget(qualified_target)[0:2]

@@ -79,0 +79,0 @@ if input_file[-4:] != ".gyp":

@@ -25,3 +25,3 @@ # Copyright (c) 2014 Google Inc. All rights reserved.

"""Create a workspace to wrap main and sources gyp paths."""
(build_file_root, build_file_ext) = os.path.splitext(main_gyp)
(build_file_root, _build_file_ext) = os.path.splitext(main_gyp)
workspace_path = build_file_root + ".xcworkspace"

@@ -28,0 +28,0 @@ options = params["options"]

@@ -7,3 +7,3 @@ [build-system]

name = "gyp-next"
version = "0.20.4"
version = "0.20.5"
authors = [

@@ -10,0 +10,0 @@ { name="Node.js contributors", email="ryzokuken@disroot.org" },

@@ -14,3 +14,3 @@ {

],
"version": "11.4.2",
"version": "11.5.0",
"installVersion": 11,

@@ -17,0 +17,0 @@ "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display