🚀 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
12.4.0
to
13.0.0
+3
commitlint.config.mjs
export default {
extends: ['@commitlint/config-conventional']
};
+1
-1
{
".": "12.4.0"
".": "13.0.0"
}

@@ -102,2 +102,7 @@ 'use strict'

}
// disable LTO for addon builds. node release builds may enable (thin) LTO,
// which leaks clang/lld-only flags like -flto=thin and /opt:lldltojobs into
// addons built with the default MSVC toolchain, which rejects those flags
variables.enable_lto = 'false'
variables.enable_thin_lto = 'false'
}

@@ -104,0 +109,0 @@

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

],
"version": "12.4.0",
"version": "13.0.0",
"installVersion": 11,

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

"graceful-fs": "^4.2.6",
"nopt": "^9.0.0",
"proc-log": "^6.0.0",
"nopt": "^10.0.0",
"proc-log": "^7.0.0",
"semver": "^7.3.5",

@@ -36,8 +36,10 @@ "tar": "^7.5.4",

"undici": "^6.25.0",
"which": "^6.0.0"
"which": "^7.0.0"
},
"engines": {
"node": "^20.17.0 || >=22.9.0"
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
},
"devDependencies": {
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"bindings": "^1.5.0",

@@ -44,0 +46,0 @@ "cross-env": "^10.1.0",

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