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

xgplayer-streaming-shared

Package Overview
Dependencies
Maintainers
8
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xgplayer-streaming-shared - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8-alpha.1

2

es/error.js

@@ -34,3 +34,3 @@ import { defineProperty as _defineProperty, inherits as _inherits, createSuper as _createSuper, createClass as _createClass, classCallCheck as _classCallCheck, wrapNativeSuper as _wrapNativeSuper } from "./_virtual/_rollupPluginBabelHelpers.js";

BUFFERBREAK_ERROR: "BUFFERBREAK_ERROR",
WAITING_TIMEOUT_ERROR: "WAITINT_TIME_OUT_ERROR",
WAITING_TIMEOUT_ERROR: "WAITING_TIMEOUT_ERROR",
MEDIA_ERR_ABORTED: "MEDIA_ERR_ABORTED",

@@ -37,0 +37,0 @@ MEDIA_ERR_NETWORK: "MEDIA_ERR_NETWORK",

@@ -15,3 +15,3 @@ import { defineProperty as _defineProperty, createClass as _createClass, classCallCheck as _classCallCheck, typeof as _typeof } from "./_virtual/_rollupPluginBabelHelpers.js";

this._prefix = "[".concat(this.name, "]");
Logger2.disabled = (config === null || config === void 0 ? void 0 : config.disabled) || true;
Logger2.disabled = !!(config !== null && config !== void 0 && config.disabled);
this.logCacheLevel = (config === null || config === void 0 ? void 0 : config.logCacheLevel) || 3;

@@ -18,0 +18,0 @@ this.logMaxSize = (config === null || config === void 0 ? void 0 : config.logMaxSize) || LOG_MAX_SIZE;

@@ -91,3 +91,3 @@ export type MSEErrorType = string;

remove(type: string, startTime: number, endTime: number, context: any): Promise<any>;
clearBuffer(startTime: any, endTime: any): undefined;
clearBuffer(startTime: any, endTime: any): Promise<void>;
clearAllBuffer(): undefined;

@@ -94,0 +94,0 @@ clearOpQueues(type: any, allClear: any): void;

@@ -364,3 +364,3 @@ import { defineProperty as _defineProperty, inherits as _inherits, createSuper as _createSuper, createClass as _createClass, classCallCheck as _classCallCheck, wrapNativeSuper as _wrapNativeSuper, asyncToGenerator as _asyncToGenerator, regeneratorRuntime as _regeneratorRuntime } from "./_virtual/_rollupPluginBabelHelpers.js";

});
return p;
return p || Promise.resolve();
}

@@ -367,0 +367,0 @@ }, {

{
"name": "xgplayer-streaming-shared",
"version": "3.0.7",
"version": "3.0.8-alpha.1",
"main": "dist/index.min.js",

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

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

@@ -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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc