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.12.0-rc.1 to 3.12.0-rc.2

2

package.json

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

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

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

@@ -32,3 +32,5 @@ # THEOlivePlayer

// THEOLive.sw.js needs to be served on the same path as this HTML page
THEOLive.setupForIos("THEOLive.sw.js")
if (THEOLive.requiresServiceWorker()) {
navigator.serviceWorker.register("THEOLive.sw.js")
}
// Create the player.

@@ -35,0 +37,0 @@ const player = new THEOLive.Player(document.getElementById('player'));

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

@@ -8,2 +8,1 @@ import { Player as PlayerInternal } from "./Player";

export declare function requiresServiceWorker(): boolean;
export declare function setupForIos(serviceWorkerFileName: string): Promise<void>;

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