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.2.1 to 4.2.2

1

adapters/io-adapter.js

@@ -35,3 +35,2 @@ "use strict";

.switchMap((data) => process(callback(data)))
.do((result) => console.log(result))
.filter((result) => !!result && result.event)

@@ -38,0 +37,0 @@ .subscribe(({ event, data }) => client.emit(event, data)));

2

package.json
{
"name": "@nestjs/websockets",
"version": "4.2.1",
"version": "4.2.2",
"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