Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zmq

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zmq - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

5

History.md

@@ -0,1 +1,6 @@

2.5.1 / 2013-08-28
==================
* Regression fix for IPC socket bind failure [christopherobin]
2.5.0 / 2013-08-20

@@ -2,0 +7,0 @@ ==================

2

lib/index.js

@@ -154,3 +154,3 @@ /**

this._zmq = new zmq.Socket(defaultContext(), types[type]);
this._zmq.onReady = this._flush.bind(this);
this._zmq.onReady = setImmediate.bind(null, this._flush.bind(this));
this._outgoing = [];

@@ -157,0 +157,0 @@ this._shouldFlush = true;

{
"name": "zmq",
"version": "2.5.0",
"version": "2.5.1",
"description": "Bindings for node.js to zeromq",

@@ -5,0 +5,0 @@ "main": "index",

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