unexpected
Advanced tools
Comparing version 10.10.9 to 10.10.10
@@ -5,5 +5,7 @@ /*global window*/ | ||
useFullStackTrace = !!window.location.search.match(/[?&]full-trace=true(?:$|&)/); | ||
} else if (typeof process !== 'undefined' && process.env.UNEXPECTED_FULL_TRACE) { | ||
} | ||
if (typeof process !== 'undefined' && process.env && process.env.UNEXPECTED_FULL_TRACE) { | ||
useFullStackTrace = true; | ||
} | ||
module.exports = useFullStackTrace; |
{ | ||
"name": "unexpected", | ||
"version": "10.10.9", | ||
"version": "10.10.10", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
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
748977
18734
14