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 0.8.9 to 0.8.10-nightly-20200305-073016-1c0ca23.0

7

dist/mosModel/Parser.js

@@ -298,8 +298,9 @@ "use strict";

Utils_1.addTextElement(xmlItem, 'itemChannel', {}, item.Channel);
if (item.EditorialStart)
if (item.EditorialStart !== undefined)
Utils_1.addTextElement(xmlItem, 'itemEdStart', {}, item.EditorialStart);
if (item.EditorialDuration)
if (item.EditorialDuration !== undefined)
Utils_1.addTextElement(xmlItem, 'itemEdDur', {}, item.EditorialDuration);
if (item.UserTimingDuration)
if (item.UserTimingDuration !== undefined) {
Utils_1.addTextElement(xmlItem, 'itemUserTimingDur', {}, item.UserTimingDuration);
}
if (item.Trigger)

@@ -306,0 +307,0 @@ Utils_1.addTextElement(xmlItem, 'itemTrigger', {}, item.Trigger);

{
"name": "mos-connection",
"version": "0.8.9",
"version": "0.8.10-nightly-20200305-073016-1c0ca23.0",
"description": "MOS compliant TCP/IP Socket connection.",

@@ -90,3 +90,3 @@ "main": "dist/index.js",

"@types/node": "^12.12.3",
"codecov": "^3.6.1",
"codecov": "^3.6.5",
"gh-pages": "^2.0.1",

@@ -93,0 +93,0 @@ "jest": "^24.9.0",

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