websocket13
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -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) { |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
122516
1316