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

@mux/mux-video

Package Overview
Dependencies
Maintainers
2
Versions
590
Alerts
File Explorer

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.3-b676200 to 0.8.5-canary.30-71db6b8

dist/cjs.json

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [0.8.5](https://github.com/muxinc/elements/compare/@mux/mux-video@0.8.4...@mux/mux-video@0.8.5) (2022-08-31)
### Bug Fixes
- polyfills mutating global ([#355](https://github.com/muxinc/elements/issues/355)) ([71d18a4](https://github.com/muxinc/elements/commit/71d18a427f0171bb214a0df7c1425d3d1bddc47a))
## [0.8.4](https://github.com/muxinc/elements/compare/@mux/mux-video@0.8.3...@mux/mux-video@0.8.4) (2022-08-03)

@@ -8,0 +14,0 @@

13

package.json
{
"name": "@mux/mux-video",
"version": "0.8.5-canary.3-b676200",
"version": "0.8.5-canary.30-71db6b8",
"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-audio-react": "0.4.2-canary.34-71db6b8",
"@mux/mux-elements-codemod": "1.1.2-canary.34-71db6b8",
"@mux/mux-uploader-react": "0.1.0-canary.33-71db6b8",
"@mux/playback-core": "0.9.1-canary.33-71db6b8"
},
"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"

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