New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nestjs/platform-ws

Package Overview
Dependencies
Maintainers
2
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/platform-ws - npm Package Compare versions

Comparing version 9.1.3 to 9.1.4

2

adapters/ws-adapter.d.ts

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

dispose(): Promise<void>;
protected ensureHttpServerExists(port: number, httpServer?: http.Server): http.Server;
protected ensureHttpServerExists(port: number, httpServer?: http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>): http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>;
protected addWsServerToRegistry<T extends Record<'path', string> = any>(wsServer: T, port: number, path: string): void;
}
export {};
{
"name": "@nestjs/platform-ws",
"version": "9.1.3",
"version": "9.1.4",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-ws)",

@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec",

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