Comparing version 0.5.0 to 0.5.1
@@ -46,3 +46,3 @@ "use strict"; | ||
return copyArray(obj); | ||
} else if ((typeof obj === "undefined" ? "undefined" : _typeof(obj)) === "object") { | ||
} else if ((typeof obj === "undefined" ? "undefined" : _typeof(obj)) === "object" && obj !== null) { | ||
return copyObject(obj); | ||
@@ -49,0 +49,0 @@ } else { |
{ | ||
"name": "evojs", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Standard Environment-Free Toolbelt for JS Developers at Evosphere", | ||
@@ -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
121817