Sign In

ws

Package Overview
Dependencies
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ws - npm Package Compare versions

Comparing version
8.21.2
to
8.21.3
+3
-1
lib/permessage-deflate.js

@@ -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;

{
"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": [