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

wsgrpc

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wsgrpc - npm Package Compare versions

Comparing version 1.6.5 to 1.6.7

9

lib/GrpcProtocol.js

@@ -80,10 +80,11 @@ "use strict";

GrpcProtocol.prototype.onMessage = function (streamID, message) {
if (!message) {
return;
}
var stream = this.streams.get(streamID);
if (stream) {
if (message) {
stream.messages.put(message);
}
stream.messages.put(message);
}
else {
console.warn(" stream not found for message:", streamID);
console.warn("stream not found for message:", streamID);
}

@@ -90,0 +91,0 @@ };

{
"name": "wsgrpc",
"version": "1.6.5",
"version": "1.6.7",
"description": "Using WebSocket as gRPC transport",

@@ -5,0 +5,0 @@ "author": "tsangpo",

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