@foxiko/client
Advanced tools
Comparing version 1.0.32 to 1.0.33
@@ -6,2 +6,5 @@ | ||
} | ||
if(type === Object && typeof value === "object") { | ||
return value; | ||
} | ||
if(value instanceof type) { | ||
@@ -8,0 +11,0 @@ return value; |
{ | ||
"name": "@foxiko/client", | ||
"version": "1.0.32", | ||
"version": "1.0.33", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
141113
2457