pretty-format
Advanced tools
Comparing version 27.0.2 to 27.0.6
@@ -10,2 +10,16 @@ '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 = global['jest-symbol-do-not-touch'] || global.Symbol; | ||
@@ -12,0 +26,0 @@ const asymmetricMatcher = |
@@ -10,2 +10,16 @@ '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 = global['jest-symbol-do-not-touch'] || global.Symbol; | ||
@@ -12,0 +26,0 @@ const testSymbol = |
{ | ||
"name": "pretty-format", | ||
"version": "27.0.2", | ||
"version": "27.0.6", | ||
"repository": { | ||
@@ -19,3 +19,3 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "^27.0.2", | ||
"@jest/types": "^27.0.6", | ||
"ansi-regex": "^5.0.0", | ||
@@ -30,3 +30,3 @@ "ansi-styles": "^5.0.0", | ||
"immutable": "4.0.0-rc.9", | ||
"jest-util": "^27.0.2", | ||
"jest-util": "^27.0.6", | ||
"react": "*", | ||
@@ -42,3 +42,3 @@ "react-dom": "*", | ||
}, | ||
"gitHead": "7ca8a22b8453e95c63842ee6aa4d8d8d8b4f9612" | ||
"gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9" | ||
} |
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
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
69174
1862
2
Updated@jest/types@^27.0.6