@vmm/service
Advanced tools
Comparing version 1.0.73 to 1.0.74
{ | ||
"name": "@vmm/service", | ||
"version": "1.0.73", | ||
"version": "1.0.74", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "VMM Service library", |
@@ -41,3 +41,3 @@ "use strict"; | ||
} | ||
else if (lodash_1.default.isPlainObject(v)) { | ||
else if (lodash_1.default.isPlainObject(v) && lodash_1.default.isArray(v)) { | ||
_eachValueDeep(v, match, callback); | ||
@@ -44,0 +44,0 @@ } |
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
45427