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.9 to 1.6.10

3

lib/ws/Transport.js

@@ -23,3 +23,4 @@ "use strict";

console.log("[WSGRPC]WebsocketTransport.send: frame will be droped because ws has closed:", frame);
throw new Error("connection is closed");
//throw new Error("connection is closed");
return;
}

@@ -26,0 +27,0 @@ //console.debug("[Protocol] -> ", frame);

{
"name": "wsgrpc",
"version": "1.6.9",
"version": "1.6.10",
"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