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.11-alpha.0 to 3.0.11-alpha.1

2

es/services/sei.d.ts

@@ -5,4 +5,4 @@ export class SeiService {

emitter: any;
throw(currentTime: any): void;
throw(currentTime: any, isLive: any): void;
reset(): void;
}

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

key: "throw",
value: function _throw(currentTime) {
value: function _throw(currentTime, isLive) {
var _this2 = this;

@@ -33,2 +33,9 @@ if (currentTime === null || currentTime === void 0 || !this._seiSet.size)

});
if (!isLive)
return;
this._seiSet.forEach(function(s) {
if (s.time < currentTime - 5) {
_this2._seiSet.delete(s);
}
});
}

@@ -35,0 +42,0 @@ }, {

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

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

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