@jest/expect-utils
Advanced tools
Comparing version 28.0.0-alpha.3 to 28.0.0-alpha.4
@@ -24,18 +24,4 @@ 'use strict'; | ||
var global = (function () { | ||
if (typeof globalThis !== 'undefined') { | ||
return globalThis; | ||
} else if (typeof global !== 'undefined') { | ||
return global; | ||
} else if (typeof self !== 'undefined') { | ||
return self; | ||
} else if (typeof window !== 'undefined') { | ||
return window; | ||
} else { | ||
return Function('return this')(); | ||
} | ||
})(); | ||
var Symbol = globalThis['jest-symbol-do-not-touch'] || globalThis.Symbol; | ||
var Symbol = global['jest-symbol-do-not-touch'] || global.Symbol; | ||
/** | ||
@@ -42,0 +28,0 @@ * Checks if `hasOwnProperty(object, key)` up the prototype chain, stopping at `Object.prototype`. |
{ | ||
"name": "@jest/expect-utils", | ||
"version": "28.0.0-alpha.3", | ||
"version": "28.0.0-alpha.4", | ||
"repository": { | ||
@@ -23,3 +23,3 @@ "type": "git", | ||
"devDependencies": { | ||
"jest-matcher-utils": "^28.0.0-alpha.3" | ||
"jest-matcher-utils": "^28.0.0-alpha.4" | ||
}, | ||
@@ -32,3 +32,3 @@ "engines": { | ||
}, | ||
"gitHead": "fc30b27bd94bb7ebeaadc72626ebbdba535150d2" | ||
"gitHead": "c13dab19491ba6b57c2d703e7d7c4b20189e1e17" | ||
} |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
0
24017
658