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 1.6.1 to 1.6.2

3

lib/base.js

@@ -495,5 +495,2 @@ var WS13 = require('./index.js');

var fin = frame.FIN;
if (frame.payload.length == 0) {
frame.maskKey = maskKey = null;
}

@@ -500,0 +497,0 @@ if (isControl || !frame.FIN || frame.opcode == 0) {

2

package.json
{
"name": "websocket13",
"version": "1.6.1",
"version": "1.6.2",
"description": "Simple WebSocket protocol 13 client with no native or heavy dependencies",

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

Sorry, the diff of this file is not supported yet

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