Comparing version 1.7.1 to 1.7.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
301489