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.3 to 0.8.4-canary.0-8e82f44

4

CHANGELOG.md

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

## [0.8.4](https://github.com/muxinc/elements/compare/@mux/mux-video@0.8.3...@mux/mux-video@0.8.4) (2022-08-03)
**Note:** Version bump only for package @mux/mux-video
## [0.8.3](https://github.com/muxinc/elements/compare/@mux/mux-video@0.8.2...@mux/mux-video@0.8.3) (2022-08-02)

@@ -8,0 +12,0 @@

7

package.json
{
"name": "@mux/mux-video",
"version": "0.8.3",
"version": "0.8.4-canary.0-8e82f44",
"description": "A custom mux video element for the browser that Just Works™",

@@ -51,3 +51,3 @@ "main": "./dist/index.cjs.js",

"dependencies": {
"@mux/playback-core": "0.9.0"
"@mux/playback-core": "0.9.1-canary.10-8e82f44"
},

@@ -68,4 +68,3 @@ "devDependencies": {

"typescript": "^4.5.2"
},
"gitHead": "4ef4afea4e82bf3558225d105dbab0cbff6aa6ce"
}
}

@@ -92,3 +92,3 @@ <p align="center">

- `metadata-video-id`: This is an arbitrary ID that should map back to a record of this video in your database.
- `stream-type`: Enum value: one of `"on-demand"`, `"live"` (HLS live stream), `"ll-live"` (low latency live). Not strictly required, but preffered so that `<mux-video />` can make optimizations based on the type of stream.
- `stream-type`: Enum value: one of `"on-demand"`, `"live"` (HLS live stream), `"ll-live"` (low latency live). Not strictly required, but preferred so that `<mux-video />` can make optimizations based on the type of stream.
- `start-time: number (seconds)`: Set this to start playback of your media at some time other than 0.

@@ -152,3 +152,3 @@

Pass the `prefer-mse` attribute to prioritze the in-code [Media Source Extensions](https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API) based engine (currently [hls.js](https://github.com/video-dev/hls.js/)) when MSE are supported by the browser. (Without `prefer-mse`, the default behaviour for `<mux-video>` is to try the native playback via the underlying `<video/>` tag )
Pass the `prefer-mse` attribute to prioritze the in-code [Media Source Extensions](https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API) based engine (currently [hls.js](https://github.com/video-dev/hls.js/)) when MSE are supported by the browser. (Without `prefer-mse`, the default behaviour for `<mux-video>` is to try the native playback via the underlying `<video/>` tag )

@@ -155,0 +155,0 @@ ```html

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