@oozcitak/util
Advanced tools
Comparing version 8.3.2 to 8.3.3
@@ -49,3 +49,3 @@ "use strict"; | ||
if (isPlainObject(val)) { | ||
result[key] = applyDefaults(result[key], val); | ||
result[key] = applyDefaults(result[key], val, overwrite); | ||
} | ||
@@ -52,0 +52,0 @@ else if (overwrite || result[key] === undefined) { |
{ | ||
"name": "@oozcitak/util", | ||
"version": "8.3.2", | ||
"version": "8.3.3", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "util", |
Sorry, the diff of this file is not supported yet
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
44493