Comparing version 2.0.2 to 2.0.3
@@ -132,3 +132,3 @@ /* ! | ||
const output = inspectCustom(value, options, type) | ||
if (output) return output | ||
if (output) return inspect(output, options) | ||
} | ||
@@ -135,0 +135,0 @@ |
@@ -1144,3 +1144,3 @@ (function (global, factory) { | ||
var output = inspectCustom(value, options, type); | ||
if (output) return output; | ||
if (output) return inspect(output, options); | ||
} | ||
@@ -1147,0 +1147,0 @@ |
{ | ||
"name": "loupe", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Inspect utility for Node.js and browsers", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/chaijs/loupe", |
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
68703