Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nestjs/websockets

Package Overview
Dependencies
Maintainers
1
Versions
342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/websockets - npm Package Compare versions

Comparing version 8.3.1 to 8.4.0

10

interfaces/gateway-metadata.interface.d.ts

@@ -32,3 +32,3 @@ /**

* How many ms before a client without namespace is closed
* @default 45000
* @default 45_000
*/

@@ -38,3 +38,3 @@ connectTimeout?: number;

* How many ms without a pong packet to consider the connection closed
* @default 5000
* @default 20_000
*/

@@ -44,3 +44,3 @@ pingTimeout?: number;

* How many ms before sending a new ping packet
* @default 25000
* @default 25_000
*/

@@ -50,3 +50,3 @@ pingInterval?: number;

* How many ms before an uncompleted transport upgrade is cancelled
* @default 10000
* @default 10_000
*/

@@ -118,5 +118,5 @@ upgradeTimeout?: number;

* Milliseconds after which unhandled requests are ended
* @default 1000
* @default 1_000
*/
destroyUpgradeTimeout?: number;
}
{
"name": "@nestjs/websockets",
"version": "8.3.1",
"version": "8.4.0",
"description": "Nest - modern, fast, powerful node.js web framework (@websockets)",

@@ -16,8 +16,8 @@ "author": "Kamil Mysliwiec",

"iterare": "1.2.1",
"object-hash": "2.2.0",
"object-hash": "3.0.0",
"tslib": "2.3.1"
},
"devDependencies": {
"@nestjs/common": "8.3.1",
"@nestjs/core": "8.3.1"
"@nestjs/common": "8.4.0",
"@nestjs/core": "8.4.0"
},

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

@@ -57,3 +57,3 @@ <p align="center">

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support from the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).

@@ -60,0 +60,0 @@ #### Principal Sponsors

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