New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.5.1 to 0.5.2

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.5.2"></a>
## [0.5.2](https://github.com/nrkno/tv-automation-mos-connection/compare/0.5.1...0.5.2) (2018-08-20)
### Bug Fixes
* parse last chunk of xml data ([0e54f03](https://github.com/nrkno/tv-automation-mos-connection/commit/0e54f03))
<a name="0.5.1"></a>

@@ -7,0 +17,0 @@ ## [0.5.1](https://github.com/nrkno/tv-automation-mos-connection/compare/0.5.0...0.5.1) (2018-08-17)

2

dist/connection/mosSocketClient.js

@@ -282,3 +282,3 @@ "use strict";

// Last chunk, ready to parse with saved data:
parsedData = Utils_1.xml2js(this.dataChunks); // , { compact: true, trim: true, nativeType: true })
parsedData = Utils_1.xml2js(this.dataChunks + messageString); // , { compact: true, trim: true, nativeType: true })
this.dataChunks = '';

@@ -285,0 +285,0 @@ }

{
"name": "mos-connection",
"version": "0.5.1",
"version": "0.5.2",
"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