Socket
Socket
Sign inDemoInstall

ws

Package Overview
Dependencies
Maintainers
4
Versions
169
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 5.2.1 to 5.2.2

3

lib/websocket.js

@@ -756,3 +756,2 @@ 'use strict';

this.removeListener('end', socketOnEnd);
this[kWebSocket] = undefined;

@@ -775,2 +774,4 @@ websocket.readyState = WebSocket.CLOSING;

this.removeListener('data', socketOnData);
this[kWebSocket] = undefined;
clearTimeout(websocket._closeTimer);

@@ -777,0 +778,0 @@

{
"name": "ws",
"version": "5.2.1",
"version": "5.2.2",
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",

@@ -5,0 +5,0 @@ "keywords": [

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