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

@theolive/player

Package Overview
Dependencies
Maintainers
1
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.13.1 to 3.14.0

2

package.json

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

"types": "./types/THEOLive.d.ts",
"version": "3.13.1",
"version": "3.14.0",
"description": "The official THEOlive video player.",

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

import { Event } from "./Event";
import { StringKeyOf } from "./TypeUtils";
import { MediaTrackList } from './Track';
/**

@@ -134,5 +135,13 @@ * This event indicates the player is no longer paused, fired when play() is called or autoplay is enabled.

/**
* A session ID to use for player requests. This is used for tracking purposes.
*/
readonly sessionId?: string;
/**
* A player license to play HLS streams. Not needed for THEOlive channels.
*/
readonly license?: string;
/**
* This flag enables new experimental analytics. False by default.
*/
readonly experimentalAnalyticsEnabled?: boolean;
}

@@ -293,2 +302,7 @@ export type AdIntegrationKind = 'google-ima';

/**
* Get the video tracks of the stream. (This list will always contain either no video tracks
* or exactly one)
*/
get videoTracks(): MediaTrackList;
/**
* Add a header provider which allows adding headers to the requests the player makes.

@@ -295,0 +309,0 @@ */

@@ -1,3 +0,3 @@

export { Player } from "./Player";
export * from "./Player";
export * from './Event';
export declare function requiresServiceWorker(): boolean;

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

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