Socket
Socket
Sign inDemoInstall

xgplayer-streaming-shared

Package Overview
Dependencies
2
Maintainers
8
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.12-alpha.7 to 3.0.12

2

es/net/task.js

@@ -15,3 +15,3 @@ import { createClass as _createClass, objectWithoutProperties as _objectWithoutProperties, classCallCheck as _classCallCheck, asyncToGenerator as _asyncToGenerator, regeneratorRuntime as _regeneratorRuntime } from "../_virtual/_rollupPluginBabelHelpers.js";

this._loaderType = type;
this._loader = type === LoaderType.FETCH && !!window.fetch ? new FetchLoader() : new XhrLoader();
this._loader = type === LoaderType.FETCH && typeof fetch !== "undefined" ? new FetchLoader() : new XhrLoader();
this._config = config;

@@ -18,0 +18,0 @@ this._retryCount = 0;

{
"name": "xgplayer-streaming-shared",
"version": "3.0.12-alpha.7",
"version": "3.0.12",
"main": "dist/index.min.js",

@@ -18,3 +18,3 @@ "module": "es/index.js",

"access": "public",
"tag": "alpha"
"tag": "latest"
},

@@ -21,0 +21,0 @@ "license": "MIT",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc