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.3 to 4.5.7

8

context/ws-context-creator.js

@@ -36,5 +36,7 @@ "use strict";

}
const result = yield this.pipesConsumer.applyPipes(data, { metatype }, pipes);
const handler = () => callback.call(instance, client, data);
return yield this.interceptorsConsumer.intercept(interceptors, result, instance, callback, handler);
const handler = () => __awaiter(this, void 0, void 0, function* () {
const result = yield this.pipesConsumer.applyPipes(data, { metatype }, pipes);
return callback.call(instance, client, result);
});
return yield this.interceptorsConsumer.intercept(interceptors, data, instance, callback, handler);
}), exceptionHandler);

@@ -41,0 +43,0 @@ }

{
"name": "@nestjs/websockets",
"version": "4.5.3",
"version": "4.5.7",
"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