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

@mos-connection/model

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mos-connection/model - npm Package Versions

234

4.2.0

Diff

Changelog

Source

4.2.0 (2024-12-05)

Bug Fixes

  • bug fix in quick-mos (7fd531b)
  • Disable heartbeat on primary if secondary is active in openMediaHotStandby mode. (f550bd5)
  • failover to buddy when main not up to date (8554f60)
  • hotStandby - set heartbeats state no matter secondary's state (c2b35be)
  • parse incoming data as strings (Big Refactor) (0f0f8d3)
  • Quick-MOS: Add support for Sofie Snapshots (ab2d17e)
  • rename new test (248a4f8)
  • revert renaming to isHotStandby to avoid conflict with MOS-Gateway (562d74b)
  • update typings for mosTime, undefined was allowed in types, but not in code. (fb2369a)

Features

  • Add tests for openMediaHotStandby (5985b19)
  • Support for openMediaHotStandby disable heartbeat on secondary when not used (ab04e49)
nrk-sofie-ci
published 4.2.0-alpha.1 •

Changelog

Source

4.2.0-alpha.1 (2024-08-27)

nrk-sofie-ci
published 4.1.1 •

Changelog

Source

4.1.1 (2024-08-20)

Bug Fixes

  • failover to buddy when main not up to date (8554f60)
  • update typings for mosTime, undefined was allowed in types, but not in code. (fb2369a)
nrk-sofie-ci
published 4.2.0-alpha.0 •

Changelog

Source

4.2.0-alpha.0 (2024-07-05)

Bug Fixes

  • parse incoming data as strings (Big Refactor) (0f0f8d3)
nrk-sofie-ci
published 4.1.1-nightly-master-20240430-072032-ffb8bf6.0 •

nrk-sofie-ci
published 4.1.1-nightly-fix-main-not-updated-SOFIE-3067-20240412-081623-a155d24.0 •

nrk-sofie-ci
published 4.1.0 •

Changelog

Source

4.1.0 (2024-04-02)

Bug Fixes

  • add .snap file for open media test (9bb6825)
  • add 'N/A' to supported profiles (c56007a)
  • lint fix and Porfile0-non-strict snapsot (dfbc4c1)
  • OpenMedia returns an empty object {} as time, will be set as current time instead. (7a2531a)
  • optional on xmlSupportedProfiles as OpemMedia has this undefined (b0ed480)

Features

  • add access to stric t value un mosSocketClient (c85b837)
  • add test for opem media (18362f7)
  • new function _getMessageId to manage when no messageId (19f8231)
nrk-sofie-ci
published 4.0.0 •

Changelog

Source

4.0.0 (2024-02-02)

⚠ BREAKING CHANGES

  • Changes to mosDevice.sendRequestAllMOSObjects(). MosObjects are now returned to the mosDevice.onMOSObjects() callback.

Migration guide:

// Before:
const mosObjs = await mosDevice.sendRequestAllMOSObjects()

// After:
mosDevice.onMOSObjects((mosObjs: IMOSObject[]) => {
  //
})
const ack = await mosDevice.sendRequestAllMOSObjects()

Bug Fixes

  • better handling of non-spec errors. (4b1f97c)
  • change how data fields is parsed, better handling of missing data. (bf4a084)
  • connectionStatus now returns textual status, not just empty strings, addressing #93 (23d9b16)
  • revert mosTime support of empty string. (cfc036f)
  • roStoryMove: off-spec support of single storyID tag (58ff304)
  • roStoryMoveMultiple: handle edge case of single storyID (4684116)

Features

  • support for receiving Profile 1 <mosObj> and <mosListAll> messages. (786710a)
nrk-sofie-ci
published 3.0.7 •

Changelog

Source

3.0.7 (2023-12-27)

Bug Fixes

  • Add support for receiving roStoryX, roStoryY messages. (a4c110e)
nrk-sofie-ci
published 3.0.7-nightly-fix-add-roStoryX-roItemX-support-20231221-070136-a4c110e.0 •

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