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

@mos-connection/model

Package Overview
Dependencies
Maintainers
1
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 Compare versions

Comparing version 0.0.1 to 2.1.0-nightly-feat-mono-repo-20221209-130706-c52f5a7.0

.eslintrc.js

27

package.json
{
"name": "@mos-connection/model",
"private": false,
"version": "0.0.1",
"version": "2.1.0-nightly-feat-mono-repo-20221209-130706-c52f5a7.0",
"description": "Types and enums for the mos-connection library",

@@ -13,3 +12,25 @@ "main": "dist/index.js",

},
"homepage": "https://github.com/nrkno/sofie-mos-connection#readme"
"homepage": "https://github.com/nrkno/sofie-mos-connection#readme",
"scripts": {
"build": "rimraf dist && yarn build:main",
"build:main": "tsc -p tsconfig.json",
"__test": "jest",
"precommit": "lint-staged"
},
"engines": {
"node": ">=14.18.0"
},
"devDependencies": {
"lint-staged": "^13.0.4"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"lint-staged": {
"*.{js,css,json,md,scss}": [
"prettier"
],
"*.{ts,tsx}": [
"eslint"
]
},
"gitHead": "358c522502c18eec7c901c64ce3f728bd35875c3"
}

4

README.md

@@ -5,2 +5,4 @@ # @mos-connection/model

This is an initial publish to npm, the first real version will follow later...
It is a library that contains types and enums, useful for applications that handles MOS-data.
Read the full documentation at the main repo [MOS-connection](https://github.com/nrkno/sofie-mos-connection).
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