Comparing version 1.0.2 to 1.0.3
@@ -19,3 +19,3 @@ /* | ||
var zmq = require('zmq'), | ||
var zmq = require('../zmq'), | ||
util = require('util'); | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "zmq", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Bindings for node.js to zeromq", | ||
@@ -20,4 +20,5 @@ "main": "zmq", | ||
"Rick <technoweenie@gmail.com> (http://techno-weenie.net/)", | ||
"Corey Jewett (http://syntheticplayground.com/)" | ||
"Corey Jewett (http://syntheticplayground.com/)", | ||
"Micheil Smith <micheil@brandedcode.com> (http://brandedcode.com/)" | ||
] | ||
} |
@@ -53,3 +53,3 @@ This library gives you bindings to ØMQ from node.js. This is not terribly | ||
`address` should be a string as described in the [ØMQ API docs][zmq_bind]. | ||
`callback` will be called when binding is complete and takes one argument, | ||
`callback` will be called when binding is complete and takes one argument, | ||
which may be an `Error`, or simply `undefined` if everything's peachy. | ||
@@ -59,4 +59,6 @@ | ||
message is not sent immediately, but there is no callback indicating when | ||
it has been transmitted. Have your server ack or something if you care that | ||
much. | ||
it has been transmitted. See the | ||
[0MQ](http://www.zeromq.org/intro:read-the-manual) documentation for | ||
[zmq_send](http://api.zeromq.org/2-1:zmq-send) for exact | ||
transmission semantics. Raises an exception if the return is < 0. | ||
@@ -63,0 +65,0 @@ The message must be a `Buffer` object or a string. It is assumed that |
var vows = require('vows'), | ||
assert = require('assert'), | ||
zeromq = require('zeromq'); | ||
zeromq = require('../zeromq'); | ||
@@ -5,0 +5,0 @@ var uri = 'inproc://unbalanced'; |
var vows = require('vows'), | ||
assert = require('assert'), | ||
zeromq = require('zeromq'); | ||
zeromq = require('../zeromq'); | ||
@@ -5,0 +5,0 @@ var suite = vows.describe('ZeroMQ'); |
@@ -6,4 +6,3 @@ /*globals require exports process Buffer */ | ||
var IOWatcher = process.binding('io_watcher').IOWatcher; | ||
var zmq = require('./build/default/binding'); | ||
var sys = require('sys'); | ||
var zmq = require('./binding'); | ||
@@ -218,3 +217,2 @@ // A map of convenient names to the ZMQ constants for socket types. | ||
e.flags = flags; | ||
e.outgoing = sys.inspect(this._outgoing); | ||
try { | ||
@@ -221,0 +219,0 @@ this.emit('error', e); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
52037
147
0
566
5