New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zerorpc

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zerorpc - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

1

lib/channel.js

@@ -200,2 +200,3 @@ // Open Source Initiative OSI - The MIT License (MIT):Licensing

self.destroy();
return;
}

@@ -202,0 +203,0 @@

2

lib/client.js

@@ -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

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