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

zeromq

Package Overview
Dependencies
Maintainers
5
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 4.2.3 to 4.3.0

4

package.json
{
"name": "zeromq",
"version": "4.2.3",
"version": "4.3.0",
"description": "Prebuilt bindings for node.js to ZeroMQ",

@@ -19,3 +19,3 @@ "main": "index",

"mocha": "^3.2.0",
"nyc": "^10.0.0",
"nyc": "^11.0.2",
"prebuild": "^6.1.0",

@@ -22,0 +22,0 @@ "semver": "^5.3.0",

@@ -6,11 +6,4 @@ var download = require("./download").download;

var ZMQ;
var ZMQ_REPO;
if (process.platform == "linux") {
ZMQ = "4.1.6";
ZMQ_REPO = "zeromq4-1";
} else {
ZMQ = "4.2.2";
ZMQ_REPO = "libzmq";
}
var ZMQ = "4.2.2";
var ZMQ_REPO = "libzmq";

@@ -17,0 +10,0 @@ function buildZMQ(scriptPath, zmqDir) {

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