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

zerorpc

Package Overview
Dependencies
Maintainers
1
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.8.5 to 0.8.6

2

lib/channel.js

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

//won't know how to route it
if(event.name != "OK" && event.name != "STREAM_DONE" && self._inBuffer.getCapacity() < self._inBuffer.length() / 2) {
if(event.name === "STREAM" && self._inBuffer.getCapacity() < self._capacity / 2) {
self._resetCapacity();

@@ -115,0 +115,0 @@ }

{
"name": "zerorpc",
"version": "0.8.5",
"version": "0.8.6",
"main": "./index.js",

@@ -5,0 +5,0 @@ "author": "dotCloud <opensource@dotcloud.com>",

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