Comparing version 0.9.5 to 0.9.6
@@ -200,2 +200,3 @@ // Open Source Initiative OSI - The MIT License (MIT):Licensing | ||
self.destroy(); | ||
return; | ||
} | ||
@@ -202,0 +203,0 @@ |
@@ -49,3 +49,3 @@ // Open Source Initiative OSI - The MIT License (MIT):Licensing | ||
//util.eventProxy(this._socket, this, "error"); | ||
util.eventProxy(this._socket, this, "error"); | ||
} | ||
@@ -52,0 +52,0 @@ |
{ | ||
"name": "zerorpc", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"main": "./index.js", | ||
@@ -32,3 +32,3 @@ "author": "François-Xavier Bourlet <bombela+zerorpc@gmail.com>", | ||
"underscore": "1.3.3", | ||
"msgpack": "0.2.6", | ||
"msgpack": "1.0.2", | ||
"node-uuid": "1.3.3", | ||
@@ -35,0 +35,0 @@ "zmq": "2.x" |
zerorpc-node | ||
============ | ||
[![Build Status](https://travis-ci.org/0rpc/zerorpc-node.svg?branch=master)](https://travis-ci.org/0rpc/zerorpc-node) | ||
ZeroRPC is a communication layer for distributed systems. zerorpc-node is a port of the original [ZeroRPC](https://github.com/0rpc/zerorpc-python) for node.js. We have full client and server support for version 3 of the protocol, and clients/servers written in the Python version can communicate transparently with those written in node.js. This project is in alpha. | ||
@@ -5,0 +7,0 @@ |
Sorry, the diff of this file is not supported yet
63855
1502
122
+ Addedmsgpack@1.0.2(transitive)
+ Addednan@2.22.0(transitive)
- Removedmsgpack@0.2.6(transitive)
- Removednan@1.9.0(transitive)
Updatedmsgpack@1.0.2