Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

xgplayer-streaming-shared

Package Overview
Dependencies
3
Maintainers
4
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-next.8 to 3.0.0-next.9

1

es/buffer.js
import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
import _createClass from '@babel/runtime/helpers/createClass';
import 'core-js/modules/es.object.to-string.js';

@@ -4,0 +5,0 @@ var Buffer = /*#__PURE__*/function () {

@@ -0,1 +1,2 @@

import 'core-js/modules/es.object.to-string.js';
import 'core-js/modules/es.reflect.construct.js';

@@ -2,0 +3,0 @@ import _classCallCheck from '@babel/runtime/helpers/classCallCheck';

10

es/mse.js
import 'core-js/modules/es.reflect.construct.js';
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
import _defineProperty from '@babel/runtime/helpers/defineProperty';
import _createClass from '@babel/runtime/helpers/createClass';
import _defineProperty from '@babel/runtime/helpers/defineProperty';
import _classCallCheck from '@babel/runtime/helpers/classCallCheck';

@@ -16,2 +16,3 @@ import _inherits from '@babel/runtime/helpers/inherits';

import 'core-js/modules/web.url.js';
import 'core-js/modules/web.url-search-params.js';
import 'core-js/modules/web.dom-collections.for-each.js';

@@ -55,3 +56,3 @@ import 'core-js/modules/es.object.keys.js';

return MSEError;
return _createClass(MSEError);
}( /*#__PURE__*/_wrapNativeSuper(Error));

@@ -358,5 +359,6 @@ var MSE = /*#__PURE__*/function () {

return this._enqueueOp(type, function () {
var _this7$_sourceBuffer$;
if (!_this7.mediaSource) return;
_this7._sourceBuffer[type].appendBuffer(buffer);
(_this7$_sourceBuffer$ = _this7._sourceBuffer[type]) === null || _this7$_sourceBuffer$ === void 0 ? void 0 : _this7$_sourceBuffer$.appendBuffer(buffer);
});

@@ -363,0 +365,0 @@ }

import 'core-js/modules/es.object.keys.js';
import 'core-js/modules/es.symbol.js';
import 'core-js/modules/es.array.filter.js';
import 'core-js/modules/es.object.to-string.js';
import 'core-js/modules/es.object.get-own-property-descriptor.js';

@@ -10,5 +11,5 @@ import 'core-js/modules/web.dom-collections.for-each.js';

function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
function getConfig(cfg) {

@@ -15,0 +16,0 @@ return _objectSpread({

@@ -0,2 +1,4 @@

import 'core-js/modules/es.object.to-string.js';
import 'core-js/modules/es.reflect.construct.js';
import _createClass from '@babel/runtime/helpers/createClass';
import _classCallCheck from '@babel/runtime/helpers/classCallCheck';

@@ -42,5 +44,5 @@ import _assertThisInitialized from '@babel/runtime/helpers/assertThisInitialized';

return NetError;
return _createClass(NetError);
}( /*#__PURE__*/_wrapNativeSuper(Error));
export { NetError };

@@ -5,2 +5,3 @@ import 'core-js/modules/es.regexp.exec.js';

import 'core-js/modules/es.array.filter.js';
import 'core-js/modules/es.object.to-string.js';
import 'core-js/modules/es.array.map.js';

@@ -7,0 +8,0 @@ import 'core-js/modules/es.object.keys.js';

@@ -5,2 +5,3 @@ import _classCallCheck from '@babel/runtime/helpers/classCallCheck';

import 'core-js/modules/es.array.slice.js';
import 'core-js/modules/es.object.to-string.js';

@@ -7,0 +8,0 @@ var BandwidthService = /*#__PURE__*/function () {

import 'core-js/modules/es.array.filter.js';
import 'core-js/modules/es.object.to-string.js';
import 'core-js/modules/es.array.iterator.js';
import 'core-js/modules/es.object.to-string.js';
import 'core-js/modules/es.typed-array.uint8-array.js';

@@ -5,0 +5,0 @@ import 'core-js/modules/es.typed-array.copy-within.js';

{
"name": "xgplayer-streaming-shared",
"version": "3.0.0-next.8",
"version": "3.0.0-next.9",
"main": "dist/index.min.js",

@@ -5,0 +5,0 @@ "module": "es/index.js",

Sorry, the diff of this file is too big to display

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