New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mos-connection/helper

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mos-connection/helper - npm Package Versions

134

4.0.0

Diff

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 •

nrk-sofie-ci
published 3.0.6 •

Changelog

Source

3.0.7 (2023-12-27)

Bug Fixes

  • Add support for receiving roStoryX, roStoryY messages. (a4c110e)
nrk-sofie-ci
published 3.0.5-nightly-fix-multiple-mos-tags-20231214-120351-59cacb2.0 •

nrk-sofie-ci
published 3.0.5-nightly-develop-20230908-043929-6fa5cdc.0 •

nrk-sofie-ci
published 3.0.5-nightly-develop-20230901-084921-d048da8.0 •

nrk-sofie-ci
published 3.0.4 •

Changelog

Source

3.0.4 (2023-06-09)

Bug Fixes

  • handover logic should leave heartbearts (d8ccca0)
  • minor improvement to RoAck (7cb0bb6)
nrk-sofie-ci
published 3.0.2-nightly-test-buddy-troubleshooting-20230522-141028-5840b00.0 •

nrk-sofie-ci
published 3.0.3-nightly-feat-configure-hostname-20230511-141006-af482dc.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