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 3.0.4 to 3.0.5-nightly-develop-20230901-084921-d048da8.0

21

package.json
{
"name": "@mos-connection/model",
"version": "3.0.4",
"version": "3.0.5-nightly-develop-20230901-084921-d048da8.0",
"description": "Types and enums for the mos-connection library",

@@ -14,6 +14,8 @@ "main": "dist/index.js",

"scripts": {
"build": "rimraf dist && yarn build:main",
"build:main": "tsc -p tsconfig.build.json",
"test": "jest",
"precommit": "lint-staged"
"build": "run -T rimraf dist && run build:main",
"build:main": "run -T tsc -p tsconfig.build.json",
"test": "run -T jest",
"validate:dependencies": "yarn npm audit --environment production && yarn license-validate",
"validate:dev-dependencies": "yarn npm audit ",
"license-validate": "yarn sofie-licensecheck"
},

@@ -26,6 +28,6 @@ "engines": {

"*.{css,json,md,scss}": [
"prettier"
"run -T prettier"
],
"*.{ts,tsx,js,jsx}": [
"eslint"
"run -T eslint"
]

@@ -39,3 +41,6 @@ },

],
"gitHead": "777b40bcce1ce45d5b24c80f6ffee6b748a5bca3"
"devDependencies": {
"@sofie-automation/code-standard-preset": "*"
},
"gitHead": "b7fcc8a5946995d4b633ba6ce1272c0a78c4923e"
}
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