Comparing version 6.0.0-beta.18 to 6.0.0-beta.19
{ | ||
"name": "zeromq", | ||
"version": "6.0.0-beta.18", | ||
"version": "6.0.0-beta.19", | ||
"description": "Next-generation ZeroMQ bindings for Node.js", | ||
@@ -21,5 +21,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@aminya/node-gyp-build": "4.5.0-aminya.4", | ||
"@aminya/node-gyp-build": "4.5.0-aminya.5", | ||
"cross-env": "^7.0.3", | ||
"node-addon-api": "^6.0.0", | ||
"node-addon-api": "^7.0.0", | ||
"shelljs": "^0.8.5", | ||
@@ -39,3 +39,3 @@ "shx": "^0.3.4" | ||
"chai": "^4.3.7", | ||
"deasync": "^0.1.28", | ||
"deasync": "^0.1.29", | ||
"downlevel-dts": "^0.11.0", | ||
@@ -49,3 +49,3 @@ "electron-mocha": "^11.0.2", | ||
"mocha": "^10.1.0", | ||
"node-gyp": "^9.3.0", | ||
"node-gyp": "^10.0.1", | ||
"npm-run-all2": "^6.0.4", | ||
@@ -98,3 +98,3 @@ "prebuildify": "^5.0.1", | ||
"scripts": { | ||
"install": "(shx test -f ./script/build.js || run-s build.js) && cross-env npm_config_build_from_source=true node-gyp-build", | ||
"install": "(shx test -f ./script/build.js || run-s build.js) && cross-env npm_config_build_from_source=true aminya-node-gyp-build", | ||
"clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.js.map ./script/*.d.ts ./script/*.tsbuildinfo", | ||
@@ -101,0 +101,0 @@ "clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp && shx touch ./tmp/.gitkeep", |
@@ -43,3 +43,3 @@ # ZeroMQ.js Next Generation | ||
```sh | ||
npm install zeromq@6.0.0-beta.18 | ||
npm install zeromq@6.0.0-beta.19 | ||
``` | ||
@@ -82,3 +82,3 @@ | ||
```sh | ||
npm install zeromq@6.0.0-beta.18 --build-from-source | ||
npm install zeromq@6.0.0-beta.19 --build-from-source | ||
``` | ||
@@ -90,3 +90,3 @@ | ||
```sh | ||
npm install zeromq@6.0.0-beta.18 --zmq-shared | ||
npm install zeromq@6.0.0-beta.19 --zmq-shared | ||
``` | ||
@@ -97,3 +97,3 @@ | ||
```sh | ||
npm install zeromq@6.0.0-beta.18 --zmq-draft | ||
npm install zeromq@6.0.0-beta.19 --zmq-draft | ||
``` | ||
@@ -100,0 +100,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
6210033
8
+ Added@aminya/node-gyp-build@4.5.0-aminya.5(transitive)
+ Addednode-addon-api@7.1.1(transitive)
- Removed@aminya/node-gyp-build@4.5.0-aminya.4(transitive)
- Removednode-addon-api@6.1.0(transitive)
Updatednode-addon-api@^7.0.0