@dhmk/utils
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -91,3 +91,3 @@ var __assign = (this && this.__assign) || function () { | ||
var mergeDeepRec = function (a, b) { | ||
if (!isPlainObject(a)) | ||
if (!isPlainObject(a) || !isPlainObject(b)) | ||
return b; | ||
@@ -94,0 +94,0 @@ var res = __assign({}, a); |
@@ -108,3 +108,3 @@ "use strict"; | ||
var mergeDeepRec = function (a, b) { | ||
if (!(0, exports.isPlainObject)(a)) | ||
if (!(0, exports.isPlainObject)(a) || !(0, exports.isPlainObject)(b)) | ||
return b; | ||
@@ -111,0 +111,0 @@ var res = __assign({}, a); |
{ | ||
"name": "@dhmk/utils", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "A collection of frequently used functions and primitives", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
104500