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

@nestjs/websockets

Package Overview
Dependencies
Maintainers
1
Versions
342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/websockets - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1

2

package.json
{
"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;

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