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

xgplayer-flv.js

Package Overview
Dependencies
Maintainers
5
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xgplayer-flv.js - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

package.json
{
"name": "xgplayer-flv.js",
"version": "1.1.6",
"version": "1.1.7",
"description": "web video player",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -87,2 +87,2 @@ /*

export default flvjs;
export default flvjs;

@@ -8,6 +8,8 @@ import Player from 'xgplayer'

this.flvOpts = { type: 'flv' }
this.optionalConfig = {}
Player.util.deepCopy(this.flvOpts, options)
Player.util.deepCopy(this.optionalConfig, options.flvOptionalConfig)
const player = this
player.once('complete', () => {
player.__flv__ = Flv.createPlayer(this.flvOpts)
player.__flv__ = Flv.createPlayer(this.flvOpts, this.optionalConfig)
player.createInstance(player.__flv__)

@@ -14,0 +16,0 @@ })

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