Comparing version 2.0.1 to 2.0.2
@@ -124,3 +124,3 @@ | ||
PosixSocket.recv(this._sockfd, BUFFER, length - 4, PosixSocket.MSG_WAITALL); | ||
return String.fromCharCode.apply(null, new Uint16Array(BUFFER, 0, length)); | ||
return String.fromCharCode.apply(null, new Uint16Array(BUFFER, 0, (length - 4) / 2)); | ||
} |
{ | ||
"name": "antena", | ||
"description": "Isomorphic communication library", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Laurent Christophe", |
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
18516