🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mux/mux-player

Package Overview
Dependencies
Maintainers
4
Versions
747
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mux/mux-player - npm Package Compare versions

Comparing version
3.13.1-canary.3
to
3.13.2
+3
-0
dist/types-ts3.4/base.d.ts

@@ -22,2 +22,4 @@ import { MediaController } from 'media-chrome';

constructor();
setAttribute(name: string, value: string): void;
removeAttribute(name: string): void;
readonly mediaTheme: Element | null | undefined;

@@ -346,4 +348,5 @@ readonly mediaController: MediaController | null | undefined;

capRenditionToPlayerSize: boolean | undefined;
maxReconnectRetries: number | undefined;
}
export declare function getVideoAttribute(el: MuxPlayerElement, name: string): string | null;
export default MuxPlayerElement;
+0
-2

@@ -34,4 +34,2 @@ import MuxVideoElement from '@mux/mux-video';

hideDuration: boolean;
onCloseErrorDialog: (evt: CustomEvent) => void;
onFocusInErrorDialog: (evt: CustomEvent) => void;
dialog: DialogOptions;

@@ -38,0 +36,0 @@ inLiveWindow: boolean;

@@ -22,2 +22,4 @@ import { MediaController } from 'media-chrome';

constructor();
setAttribute(name: string, value: string): void;
removeAttribute(name: string): void;
get mediaTheme(): Element | null | undefined;

@@ -405,4 +407,6 @@ get mediaController(): MediaController | null | undefined;

set capRenditionToPlayerSize(val: boolean | undefined);
get maxReconnectRetries(): number | undefined;
set maxReconnectRetries(val: number | undefined);
}
export declare function getVideoAttribute(el: MuxPlayerElement, name: string): string | null;
export default MuxPlayerElement;

@@ -34,4 +34,2 @@ import type MuxVideoElement from '@mux/mux-video';

hideDuration: boolean;
onCloseErrorDialog: (evt: CustomEvent) => void;
onFocusInErrorDialog: (evt: CustomEvent) => void;
dialog: DialogOptions;

@@ -38,0 +36,0 @@ inLiveWindow: boolean;

{
"name": "@mux/mux-player",
"version": "3.13.1-canary.3",
"version": "3.13.2",
"description": "An open source Mux player web component that Just Works™",

@@ -128,4 +128,4 @@ "homepage": "https://mux.com/player",

"dependencies": {
"@mux/mux-video": "0.31.0",
"@mux/playback-core": "0.35.0",
"@mux/mux-video": "0.31.2",
"@mux/playback-core": "0.35.2",
"media-chrome": "~4.19.0",

@@ -132,0 +132,0 @@ "player.style": "^0.3.0"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet