Socket
Socket
Sign inDemoInstall

xgplayer-flv.js

Package Overview
Dependencies
31
Maintainers
6
Versions
129
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5-alpha.1 to 3.0.5-alpha.2

7

es/index.d.ts
export default FlvJsPlugin;
declare class FlvJsPlugin {
declare class FlvJsPlugin extends BasePlugin {
static get isSupported(): () => boolean;
static get pluginName(): string;
static get defaultConfig(): {

@@ -11,6 +10,3 @@ mediaDataSource: {

};
beforePlayerInit(): void;
afterCreate(): void;
flv: Flv.Player;
destroy(): void;
destroyInstance(): void;

@@ -22,2 +18,3 @@ createInstance(flv: any): void;

}
import { BasePlugin } from "xgplayer";
import Flv from "flv.js";
{
"name": "xgplayer-flv.js",
"version": "3.0.5-alpha.1",
"version": "3.0.5-alpha.2",
"description": "web video player",

@@ -40,4 +40,4 @@ "main": "dist/index.min.js",

"core-js": ">=3.12.1",
"xgplayer": "3.0.5-alpha.0"
"xgplayer": "3.0.5-alpha.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc