websocket-framed
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -65,3 +65,3 @@ "use strict"; | ||
set(frame, replyTo = undefined) { | ||
this.fid = this.channel._fid(); | ||
this.fid = this.channel.fid(); | ||
this.rid = replyTo ? replyTo.fid : 0; | ||
@@ -68,0 +68,0 @@ this.type = frame.type ? frame.type : "MESSAGE"; |
{ | ||
"name": "websocket-framed", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "Framed WebSocket Communication", | ||
@@ -5,0 +5,0 @@ "keywords": [ "websocket", "frame", "message" ], |
@@ -52,3 +52,3 @@ /* | ||
set (frame, replyTo = undefined) { | ||
this.fid = this.channel._fid() | ||
this.fid = this.channel.fid() | ||
this.rid = replyTo ? replyTo.fid : 0 | ||
@@ -55,0 +55,0 @@ this.type = frame.type ? frame.type : "MESSAGE" |
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
123312