@nestjs/websockets
Advanced tools
Comparing version 6.2.0 to 6.2.1
{ | ||
"name": "@nestjs/websockets", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@websockets)", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec", |
@@ -15,3 +15,3 @@ import { Type } from '@nestjs/common/interfaces/type.interface'; | ||
constructor(socketServerProvider: SocketServerProvider, config: ApplicationConfig, contextCreator: WsContextCreator); | ||
mergeGatewayAndServer(instance: NestGateway, metatype: Type<any>, module: string): void; | ||
mergeGatewayAndServer(instance: NestGateway, metatype: Type<any> | Function, module: string): void; | ||
subscribeObservableServer(instance: NestGateway, options: any, port: number, module: string): void; | ||
@@ -18,0 +18,0 @@ subscribeEvents(instance: NestGateway, subscribersMap: MessageMappingProperties[], observableServer: ObservableSocketServer): void; |
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
50883