mos-connection
Advanced tools
Comparing version 1.0.5 to 1.0.6-nightly-fix-invalid-usc2-20220329-125125-e25d618.0
@@ -334,3 +334,3 @@ "use strict"; | ||
const buf = iconv.encode(sendMessageString, 'utf16-be'); | ||
client.socket.write(buf, 'usc2'); | ||
client.socket.write(buf); | ||
this.emit('rawMessage', 'incoming_' + socketID, 'sent', sendMessageString); | ||
@@ -337,0 +337,0 @@ }; |
{ | ||
"name": "mos-connection", | ||
"version": "1.0.5", | ||
"version": "1.0.6-nightly-fix-invalid-usc2-20220329-125125-e25d618.0", | ||
"description": "MOS compliant TCP/IP Socket connection.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
574648
1