Socket
Socket
Sign inDemoInstall

@nestjs/websockets

Package Overview
Dependencies
2
Maintainers
1
Versions
322
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.5.8 to 4.6.5

3

exceptions/ws-exception.d.ts

@@ -1,5 +0,6 @@

export declare class WsException {
export declare class WsException extends Error {
private readonly error;
readonly message: any;
constructor(error: string | object);
getError(): string | object;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class WsException {
class WsException extends Error {
constructor(error) {
super();
this.error = error;
this.message = error;
}

@@ -7,0 +9,0 @@ getError() {

{
"name": "@nestjs/websockets",
"version": "4.5.8",
"version": "4.6.5",
"description": "Nest - modern, fast, powerful node.js web framework (@websockets)",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc