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

@mux/mux-video

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mux/mux-video - npm Package Compare versions

Comparing version 0.8.5-canary.2-05855a4 to 0.8.5-canary.20-71d18a4

{
"name": "@mux/mux-video",
"version": "0.8.5-canary.2-05855a4",
"version": "0.8.5-canary.20-71d18a4",
"description": "A custom mux video element for the browser that Just Works™",

@@ -43,6 +43,6 @@ "main": "./dist/index.cjs.js",

"build:iife": "esbuild src/index.ts --target=es2019 --bundle --sourcemap --metafile=./dist/iife.json --format=iife --outfile=./dist/mux-video.js --define:PLAYER_VERSION=\"'$npm_package_version'\"",
"build:types": "tsc --declaration --emitDeclarationOnly --outDir './dist/types' && shx cp -r \"src/**/*.d.ts\" dist/types && downlevel-dts ./dist/types ./dist/types-ts3.4",
"build:types": "tsc --declaration --emitDeclarationOnly --outDir './dist/types'",
"postbuild:types": "shx cp -r \"src/**/*.d.ts\" dist/types && downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel build:types 'build:esm -- --minify' 'build:iife -- --minify' 'build:cjs -- --minify' 'build:esm-module -- --minify'",
"prebuild": "yarn clean",
"prepublishOnly": "yarn build",
"create-release-notes": "create-release-notes ./CHANGELOG.md",

@@ -52,7 +52,9 @@ "publish-release": "../../scripts/publish.sh"

"dependencies": {
"@mux/playback-core": "0.9.0"
"@mux/mux-elements-codemod": "1.1.2-canary.24-71d18a4",
"@mux/mux-uploader-react": "0.1.0-canary.23-71d18a4",
"@mux/mux-video-react": "0.5.2-canary.24-71d18a4",
"@mux/playback-core": "0.9.1-canary.23-71d18a4"
},
"devDependencies": {
"@mux/open-process": "0.1.0",
"@mux/polyfills": "0.1.0",
"@mux/test-esm-exports": "0.1.0",

@@ -67,2 +69,3 @@ "@open-wc/testing": "^3.0.3",

"replace": "^1.2.1",
"shared-polyfills": "0.1.0",
"shx": "^0.3.4",

@@ -69,0 +72,0 @@ "typescript": "^4.5.2"