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.7.1 to 1.7.2

4

lib/http/Server.d.ts

@@ -15,5 +15,5 @@ /// <reference types="node" />

koaHandler: (ctx: any) => void;
httpHandler: (req: http.ServerRequest, res: http.ServerResponse) => Promise<void>;
_handle(req: http.ServerRequest, sdescriptor: ServiceDescriptor<any>, serviceName: string, methodName: string): Promise<Buffer>;
httpHandler: (req: http.IncomingMessage, res: http.ServerResponse) => Promise<void>;
_handle(req: http.IncomingMessage, sdescriptor: ServiceDescriptor<any>, serviceName: string, methodName: string): Promise<Buffer>;
}
export {};
{
"name": "wsgrpc",
"version": "1.7.1",
"version": "1.7.2",
"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