New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zeromq

Package Overview
Dependencies
Maintainers
9
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zeromq - npm Package Compare versions

Comparing version 6.0.0-beta.18 to 6.0.0-beta.19

12

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc