@nestjs/websockets
Advanced tools
Comparing version 8.3.1 to 8.4.0
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78800
85
- Removedobject-hash@2.2.0(transitive)
Updatedobject-hash@3.0.0