@gucciogucci/contented
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -46,3 +46,3 @@ "use strict"; | ||
function explainObject(schema, value) { | ||
if (typeof value !== 'object') { | ||
if ((0, typeOf_1.typeOf)(value) !== 'object') { | ||
return { | ||
@@ -49,0 +49,0 @@ value, |
{ | ||
"name": "@gucciogucci/contented", | ||
"description": "A library to coerce values at run-time.", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"author": "Gucci <npm@gucci.com>", | ||
@@ -6,0 +6,0 @@ "license": "LGPL-3.0-only", |
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
32803