Socket
Socket
Sign inDemoInstall

flv.ly.js

Package Overview
Dependencies
59
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.4 to 1.5.5-alpha

2

package.json
{
"name": "flv.ly.js",
"version": "1.5.4",
"version": "1.5.5-alpha",
"description": "HTML5 FLV Player",

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

@@ -18,3 +18,3 @@ /*

*/
import 'abortcontroller-polyfill';
// import 'abortcontroller-polyfill';
import Log from '../utils/logger.js';

@@ -116,3 +116,3 @@ import Browser from '../utils/browser.js';

this._status = LoaderStatus.kConnecting;
const AbortController = window.AbortController;
// const AbortController = window.AbortController;

@@ -122,5 +122,5 @@ let controller;

// 解决 fetch在pending中触发 destory(销毁flv.js实例后)pending仍未被abort的问题
controller = new AbortController();
signal = controller.signal;
params.signal = signal;
// controller = new AbortController();
// signal = controller.signal;
// params.signal = signal;

@@ -127,0 +127,0 @@ self.fetch(seekConfig.url, params).then((res) => {

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 not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc