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

websocket13

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket13 - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

lib/base.js

@@ -150,3 +150,3 @@ const ByteBuffer = require('bytebuffer');

this._socket.on('error', (err) => {
if (this.state == WS13.State.Closed) {
if (this.state == WS13.State.Closed || this.state == WS13.State.ClosingError) {
// Ignore errors that come after the socket is closed (e.g. ECONNRESET when we respond to Close frames)

@@ -153,0 +153,0 @@ return;

{
"name": "websocket13",
"version": "2.3.0",
"version": "2.3.1",
"description": "Simple WebSocket protocol 13 client with no native or heavy dependencies",

@@ -5,0 +5,0 @@ "author": "Alex Corn <mckay@doctormckay.com>",

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