Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@theolive/player

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theolive/player - npm Package Compare versions

Comparing version 3.16.0 to 3.17.0-rc.1

2

package.json

@@ -6,3 +6,3 @@ {

"types": "./types/THEOLive.d.ts",
"version": "3.16.0",
"version": "3.17.0-rc.1",
"description": "The official THEOlive video player.",

@@ -9,0 +9,0 @@ "author": "THEO Technologies",

@@ -5,2 +5,8 @@ import { Event } from "./Event";

/**
* A TheoLive channel representation
*/
export interface Channel {
name: string;
}
/**
* This event indicates the player is no longer paused, fired when play() is called or autoplay is enabled.

@@ -228,2 +234,10 @@ */

/**
* The player version.
*/
get version(): string;
/**
* The current playback position of the media, in seconds.
*/
get currentTime(): number;
/**
*

@@ -246,3 +260,3 @@ * @param type

*/
preloadChannels(channelIds: string[]): Promise<void>;
preloadChannels(channelIds: string[]): Promise<Channel[]>;
/**

@@ -254,3 +268,3 @@ * Load a channel.

*/
loadChannel(channelId: string, config?: LoadConfiguration): Promise<void>;
loadChannel(channelId: string, config?: LoadConfiguration): Promise<Channel>;
/**

@@ -257,0 +271,0 @@ * Load the given HLS playlist.

@@ -21,2 +21,3 @@ import { Event, ReadonlyEventDispatcher } from "./Event";

readonly qualities: ReadonlyArray<Quality>;
targetQualities: ReadonlyArray<Quality>;
}

@@ -23,0 +24,0 @@ export interface Quality {

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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

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