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

zmq

Package Overview
Dependencies
Maintainers
2
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.1.0 to 2.2.0

7

History.md
2.2.0 / 2012-10-17
==================
* add support for pkg-config
* add libzmq 3.x support [aaudis]
* fix: prevent GC happening too soon for connect/bindSync
2.1.0 / 2012-06-29

@@ -3,0 +10,0 @@ ==================

6

lib/index.js

@@ -1,2 +0,1 @@

/**

@@ -87,2 +86,5 @@ * Module dependencies.

// prevent GC from touching connect and bindSync
function gcWrap (self) {}
/**

@@ -183,2 +185,3 @@ * Create a new socket of the given `type`.

this._zmq.bindSync(addr);
setTimeout(gcWrap, 0, this);
} catch (err) {

@@ -201,2 +204,3 @@ throw err;

this._zmq.connect(addr);
setTimeout(gcWrap, 0, this);
return this;

@@ -203,0 +207,0 @@ };

7

package.json
{
"name": "zmq",
"version": "2.1.0",
"version": "2.2.0",
"description": "Bindings for node.js to zeromq",

@@ -16,2 +16,5 @@ "main": "index",

},
"engines": {
"node": ">=0.7.9"
},
"contributors": [

@@ -28,2 +31,2 @@ "Justin Tulloss <justin.tulloss@gmail.com> (http://justin.harmonize.fm)",

]
}
}

@@ -1,2 +0,1 @@

# node-zeromq

@@ -66,19 +65,18 @@

authors:
114 Justin Tulloss 43.8%
53 Tj Holowaychuk 20.4%
48 Stéphan Kochen 18.5%
12 jeremybarnes 4.6%
10 TJ Holowaychuk 3.8%
9 mike castleman 3.5%
3 Yaroslav Shirokov 1.2%
2 Corey Jewett 0.8%
2 mgc 0.8%
1 rick 0.4%
1 Matt Crocker 0.4%
1 Joshua Gourneau 0.4%
1 Micheil Smith 0.4%
1 Jeremy Barnes 0.4%
1 nponeccop 0.4%
1 Paul Bergeron 0.4%
114 Justin Tulloss 43.8%
53 Tj Holowaychuk 20.4%
48 Stéphan Kochen 18.5%
12 jeremybarnes 4.6%
10 TJ Holowaychuk 3.8%
9 mike castleman 3.5%
3 Yaroslav Shirokov 1.2%
2 Corey Jewett 0.8%
2 mgc 0.8%
1 rick 0.4%
1 Matt Crocker 0.4%
1 Joshua Gourneau 0.4%
1 Micheil Smith 0.4%
1 Jeremy Barnes 0.4%
1 nponeccop 0.4%
1 Paul Bergeron 0.4%

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