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

@mos-connection/helper

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mos-connection/helper - npm Package Compare versions

Comparing version 3.0.0-nightly-feat-mono-repo-20221216-111645-0e02d70.0 to 3.0.0-nightly-feat-mono-repo-20230104-075004-599ca96.0

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [2.1.0-alpha.0](https://github.com/nrkno/sofie-mos-connection/compare/2.0.1...2.1.0-alpha.0) (2022-12-09)
# [v3.0.0-alpha.0](https://github.com/nrkno/sofie-mos-connection/compare/2.0.1...v3.0.0-alpha.0) (2022-12-09)

@@ -9,0 +9,0 @@ ### Features

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

// strings with numbers and , grouped will trigger
if (prop && typeof prop === 'string' && prop.match(/[0-9]+[,][0-9]+/)) {
if (prop && typeof prop === 'string' && prop.match(/\d+,\d+/)) {
// here is the fix for replacing and casting

@@ -328,0 +328,0 @@ const commaCast = prop.replace(/,/, '.');

{
"name": "@mos-connection/helper",
"version": "3.0.0-nightly-feat-mono-repo-20221216-111645-0e02d70.0",
"version": "3.0.0-nightly-feat-mono-repo-20230104-075004-599ca96.0",
"description": "Helper functions for the MOS-connection library",

@@ -16,18 +16,2 @@ "main": "dist/index.js",

"homepage": "https://github.com/nrkno/sofie-mos-connection#readme",
"author": {
"name": "Jesper Stærkær",
"email": "jesper@superfly.tv",
"url": "http://superfly.tv"
},
"contributors": [
{
"name": "Johan Nyman",
"email": "johan@superfly.tv",
"url": "http://superfly.tv"
},
{
"name": "Stephan Nordnes Eriksen",
"email": "Stephanruler@gmail.com"
}
],
"scripts": {

@@ -45,9 +29,5 @@ "build": "rimraf dist && yarn build:main",

],
"devDependencies": {
"lint-staged": "^13.0.4"
},
"dependencies": {
"@mos-connection/model": "3.0.0-nightly-feat-mono-repo-20221216-111645-0e02d70.0",
"@mos-connection/model": "3.0.0-nightly-feat-mono-repo-20230104-075004-599ca96.0",
"iconv-lite": "^0.6.2",
"moment": "^2.29.4",
"tslib": "^2.2.0",

@@ -77,10 +57,10 @@ "xml-js": "^1.6.11",

"lint-staged": {
"*.{js,css,json,md,scss}": [
"*.{css,json,md,scss}": [
"prettier"
],
"*.{ts,tsx}": [
"*.{ts,tsx,js,jsx}": [
"eslint"
]
},
"gitHead": "6f31c13b741c2b9fd74237a933b4e4cf70ffea0f"
"gitHead": "0749585a14e4a40e8d39dbb104a34b159cea6dae"
}

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