websocket-framed
Advanced tools
Comparing version 0.9.6 to 0.9.7
@@ -104,3 +104,3 @@ "use strict"; | ||
ev.frame = frame; | ||
this.emit("message", event); | ||
this.emit("message", ev); | ||
}); | ||
@@ -107,0 +107,0 @@ } |
{ | ||
"name": "websocket-framed", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "Framed WebSocket Communication", | ||
@@ -5,0 +5,0 @@ "keywords": [ "websocket", "frame", "message" ], |
@@ -92,3 +92,3 @@ /* | ||
ev.frame = frame | ||
this.emit("message", event) | ||
this.emit("message", ev) | ||
}) | ||
@@ -95,0 +95,0 @@ } |
Sorry, the diff of this file is too big to display
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
123302