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

xgplayer-streaming-shared

Package Overview
Dependencies
Maintainers
6
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.0-next.25 to 3.0.0-next.26

6

es/logger.js

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

import "core-js/modules/es.object.to-string.js";
import "core-js/modules/es.array.includes.js";
var LogCacheLevel = {

@@ -17,2 +18,3 @@ "DEBUG": 1,

var LOG_MAX_SIZE = 200 * 1024;
var SIMPLE_TYPE = ["Boolean", "Number", "String", "Undefined", "Null", "Date", "Object"];
var Logger = /* @__PURE__ */ function() {

@@ -167,2 +169,6 @@ function Logger2(name, config) {

}
var objType = Object.prototype.toString.call(obj).slice(8, -1);
if (!SIMPLE_TYPE.includes(objType)) {
return objType;
}
if (depth > maxDepth) {

@@ -169,0 +175,0 @@ return void 0;

2

package.json
{
"name": "xgplayer-streaming-shared",
"version": "3.0.0-next.25",
"version": "3.0.0-next.26",
"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