Socket
Socket
Sign inDemoInstall

@nestjs/websockets

Package Overview
Dependencies
208
Maintainers
1
Versions
320
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.3.9 to 9.3.10

6

interfaces/gateway-metadata.interface.d.ts

@@ -0,7 +1,7 @@

import { CorsOptions } from '@nestjs/common/interfaces/external/cors-options.interface';
/**
* @external https://github.com/socketio/socket.io/blob/master/lib/index.ts
*
* External interface
* @see https://github.com/socketio/socket.io/blob/master/lib/index.ts
* @publicApi
*/
import { CorsOptions } from '@nestjs/common/interfaces/external/cors-options.interface';
export interface GatewayMetadata {

@@ -8,0 +8,0 @@ /**

"use strict";
/**
* @external https://github.com/socketio/socket.io/blob/master/lib/index.ts
*
* @publicApi
*/
Object.defineProperty(exports, "__esModule", { value: true });
{
"name": "@nestjs/websockets",
"version": "9.3.9",
"version": "9.3.10",
"description": "Nest - modern, fast, powerful node.js web framework (@websockets)",

@@ -20,4 +20,4 @@ "author": "Kamil Mysliwiec",

"devDependencies": {
"@nestjs/common": "9.3.9",
"@nestjs/core": "9.3.9"
"@nestjs/common": "9.3.10",
"@nestjs/core": "9.3.10"
},

@@ -24,0 +24,0 @@ "peerDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc