Comparing version 0.5.2 to 0.5.3
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = global || self, factory(global.MSESpy = {})); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.MSESpy = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -151,3 +151,3 @@ | ||
try { | ||
Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); | ||
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); | ||
return true; | ||
@@ -602,3 +602,3 @@ } catch (e) { | ||
function spyOnMediaSource() { | ||
function spyOnMediaSource$1() { | ||
return spyOnWholeObject( // Object to spy on | ||
@@ -614,3 +614,3 @@ NativeMediaSource, // name in window | ||
function spyOnMediaSource$1() { | ||
function spyOnMediaSource() { | ||
return spyOnWholeObject( // Object to spy on | ||
@@ -637,3 +637,3 @@ NativeSourceBuffer, // name in window | ||
var resetSpyFunctions = []; | ||
var resetMediaSource = spyOnMediaSource(); | ||
var resetMediaSource = spyOnMediaSource$1(); | ||
@@ -644,3 +644,3 @@ if (resetMediaSource) { | ||
var resetSourceBuffer = spyOnMediaSource$1(); | ||
var resetSourceBuffer = spyOnMediaSource(); | ||
@@ -647,0 +647,0 @@ if (resetSourceBuffer) { |
{ | ||
"name": "mse-spy", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Report every MSE API a webpage calls", | ||
@@ -21,8 +21,8 @@ "main": "dist/bundle.js", | ||
"devDependencies": { | ||
"@babel/core": "7.9.0", | ||
"@babel/preset-env": "7.9.5", | ||
"eslint": "6.8.0", | ||
"rollup": "2.3.4", | ||
"@babel/core": "7.15.0", | ||
"@babel/preset-env": "7.15.0", | ||
"eslint": "7.32.0", | ||
"rollup": "2.56.3", | ||
"rollup-plugin-babel": "4.4.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78926