Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mos-connection

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mos-connection - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6-nightly-fix-invalid-usc2-20220329-125125-e25d618.0

2

dist/MosConnection.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc