@@ -170,3 +170,5 @@ 'use strict'; | ||
| (typeof opts.clientMaxWindowBits === 'number' && | ||
| !params.client_max_window_bits) | ||
| (typeof params.client_max_window_bits === 'number' | ||
| ? opts.clientMaxWindowBits > params.client_max_window_bits | ||
| : !params.client_max_window_bits)) | ||
| ) { | ||
@@ -173,0 +175,0 @@ return false; |
+1
-1
| { | ||
| "name": "ws", | ||
| "version": "8.21.2", | ||
| "version": "8.21.3", | ||
| "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
150929
0.09%4334
0.05%