Skip to content

Commit

Permalink
Merge branch 'master' into mkdirp-vuln-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble authored May 29, 2020
2 parents e8891b5 + 73d6c8a commit c3ed2ff
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 1 deletion.
132 changes: 132 additions & 0 deletions lib/util/abi_crosswalk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,10 @@
"node_abi": 57,
"v8": "6.2"
},
"8.17.0": {
"node_abi": 57,
"v8": "6.2"
},
"9.0.0": {
"node_abi": 59,
"v8": "6.2"
Expand Down Expand Up @@ -1919,6 +1923,26 @@
"node_abi": 64,
"v8": "6.8"
},
"10.18.0": {
"node_abi": 64,
"v8": "6.8"
},
"10.18.1": {
"node_abi": 64,
"v8": "6.8"
},
"10.19.0": {
"node_abi": 64,
"v8": "6.8"
},
"10.20.0": {
"node_abi": 64,
"v8": "6.8"
},
"10.20.1": {
"node_abi": 64,
"v8": "6.8"
},
"11.0.0": {
"node_abi": 67,
"v8": "7.0"
Expand Down Expand Up @@ -2059,12 +2083,120 @@
"node_abi": 72,
"v8": "7.7"
},
"12.13.1": {
"node_abi": 72,
"v8": "7.7"
},
"12.14.0": {
"node_abi": 72,
"v8": "7.7"
},
"12.14.1": {
"node_abi": 72,
"v8": "7.7"
},
"12.15.0": {
"node_abi": 72,
"v8": "7.7"
},
"12.16.0": {
"node_abi": 72,
"v8": "7.8"
},
"12.16.1": {
"node_abi": 72,
"v8": "7.8"
},
"12.16.2": {
"node_abi": 72,
"v8": "7.8"
},
"12.16.3": {
"node_abi": 72,
"v8": "7.8"
},
"13.0.0": {
"node_abi": 79,
"v8": "7.8"
},
"13.0.1": {
"node_abi": 79,
"v8": "7.8"
},
"13.1.0": {
"node_abi": 79,
"v8": "7.8"
},
"13.2.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.3.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.4.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.5.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.6.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.7.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.8.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.9.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.10.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.10.1": {
"node_abi": 79,
"v8": "7.9"
},
"13.11.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.12.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.13.0": {
"node_abi": 79,
"v8": "7.9"
},
"13.14.0": {
"node_abi": 79,
"v8": "7.9"
},
"14.0.0": {
"node_abi": 83,
"v8": "8.1"
},
"14.1.0": {
"node_abi": 83,
"v8": "8.1"
},
"14.2.0": {
"node_abi": 83,
"v8": "8.1"
},
"14.3.0": {
"node_abi": 83,
"v8": "8.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"detect-libc": "^1.0.2",
"mkdirp": "^0.5.3",
"needle": "^2.2.1",
"needle": "^2.5.0",
"nopt": "^4.0.1",
"npm-packlist": "^1.1.6",
"npmlog": "^4.0.2",
Expand Down

0 comments on commit c3ed2ff

Please sign in to comment.