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

@mux/mux-player-react

Package Overview
Dependencies
Maintainers
2
Versions
600
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mux/mux-player-react - npm Package Compare versions

Comparing version 0.1.0-canary.21-29ed915 to 0.1.0-canary.22-cf5ae56

dist/esm.json

6

dist/cjs.json

@@ -42,3 +42,3 @@ {

"outputs": {
"dist/index.js.map": {
"dist/index.cjs.js.map": {
"imports": [],

@@ -49,3 +49,3 @@ "exports": [],

},
"dist/index.js": {
"dist/index.cjs.js": {
"imports": [],

@@ -71,5 +71,5 @@ "exports": [],

},
"bytes": 3760
"bytes": 3764
}
}
}
{
"name": "@mux/mux-player-react",
"version": "0.1.0-canary.21-29ed915",
"version": "0.1.0-canary.22-cf5ae56",
"description": "An open source Mux player for React that Just Works™",
"main": "dist/index.js",
"module": "./dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs.js",
"default": "./dist/index.cjs.js"
},
"types": "dist/types-ts3.4/index.d.ts",

@@ -24,7 +30,10 @@ "typesVersions": {

"dev:cjs": "open-process | yarn build:cjs --watch",
"dev:esm": "open-process | yarn build:esm --watch",
"dev:types": "yarn build:types -w",
"dev": "npm-run-all --parallel dev:types dev:cjs",
"build:cjs": "esbuild src/index.tsx --target=es2019 --bundle --sourcemap --metafile=./dist/cjs.json --format=cjs --loader:.css=text --outdir=dist --external:react --external:@mux/* --external:prop-types --define:PLAYER_VERSION=\"'$npm_package_version'\"",
"build:types": "tsc --declaration --emitDeclarationOnly --outDir './dist/types' && downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel build:types 'build:cjs -- --minify'",
"dev": "npm-run-all --parallel dev:types dev:cjs dev:esm",
"build:cjs": "esbuild src/index.tsx --target=es2019 --bundle --sourcemap --metafile=./dist/cjs.json --format=cjs --loader:.css=text --outdir=dist --out-extension:.js=.cjs.js --external:react --external:@mux/* --external:prop-types --define:PLAYER_VERSION=\"'$npm_package_version'\"",
"build:esm": "esbuild src/index.tsx --target=es2019 --bundle --sourcemap --metafile=./dist/esm.json --format=esm --loader:.css=text --outdir=dist --out-extension:.js=.mjs --external:react --external:@mux/* --external:prop-types --define:PLAYER_VERSION=\"'$npm_package_version'\"",
"build:types": "tsc --declaration --emitDeclarationOnly --outDir './dist/types'",
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel build:types 'build:cjs -- --minify' 'build:esm -- --minify'",
"prebuild": "yarn clean",

@@ -48,6 +57,10 @@ "create-release-notes": "create-release-notes ./CHANGELOG.md",

"dependencies": {
"@mux/mux-elements-codemod": "1.1.2-canary.22-29ed915",
"@mux/mux-player": "0.1.0-canary.21-29ed915",
"@mux/mux-video-react": "0.5.2-canary.22-29ed915",
"@mux/playback-core": "0.9.1-canary.21-29ed915",
"@mux/mux-audio": "0.6.3-canary.22-cf5ae56",
"@mux/mux-audio-react": "0.4.2-canary.23-cf5ae56",
"@mux/mux-elements-codemod": "1.1.2-canary.23-cf5ae56",
"@mux/mux-player": "0.1.0-canary.22-cf5ae56",
"@mux/mux-uploader-react": "0.1.0-canary.22-cf5ae56",
"@mux/mux-video": "0.8.5-canary.19-cf5ae56",
"@mux/mux-video-react": "0.5.2-canary.23-cf5ae56",
"@mux/playback-core": "0.9.1-canary.22-cf5ae56",
"prop-types": "^15.7.2"

@@ -54,0 +67,0 @@ },

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