Socket
Book a DemoSign in
Socket

@mapbox/node-pre-gyp

Package Overview
Dependencies
Maintainers
28
Versions
30
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
2.0.0-rc.0
to
2.0.0
+1
-1
CHANGELOG.md
# node-pre-gyp changelog
## 2.0.0-rc.0
## 2.0.0
- Supported Node versions are now stable versions of Node 18+. We will attempt to track the [Node.js release schedule](https://github.com/nodejs/release#release-schedule) and will regularly retire support for versions that have reached EOL.

@@ -5,0 +5,0 @@ - Fixed use of `s3ForcePathStyle` for installation [#650](https://github.com/mapbox/node-pre-gyp/pull/650)

@@ -2926,2 +2926,6 @@ {

},
"18.20.6": {
"node_abi": 108,
"v8": "10.2"
},
"19.0.0": {

@@ -3095,2 +3099,6 @@ "node_abi": 111,

},
"20.18.2": {
"node_abi": 115,
"v8": "11.3"
},
"21.0.0": {

@@ -3208,2 +3216,10 @@ "node_abi": 120,

},
"22.13.0": {
"node_abi": 127,
"v8": "12.4"
},
"22.13.1": {
"node_abi": 127,
"v8": "12.4"
},
"23.0.0": {

@@ -3224,3 +3240,19 @@ "node_abi": 131,

"v8": "12.9"
},
"23.4.0": {
"node_abi": 131,
"v8": "12.9"
},
"23.5.0": {
"node_abi": 131,
"v8": "12.9"
},
"23.6.0": {
"node_abi": 131,
"v8": "12.9"
},
"23.6.1": {
"node_abi": 131,
"v8": "12.9"
}
}
{
"name": "@mapbox/node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version": "2.0.0-rc.0",
"version": "2.0.0",
"keywords": [

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