Comparing version 2.1.0 to 2.2.0
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 @@ ================== |
@@ -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 @@ }; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
82145
1015
0
3675
82