@cocreate/utils
Advanced tools
Comparing version 1.34.2 to 1.34.3
{ | ||
"name": "@cocreate/utils", | ||
"version": "1.34.2", | ||
"version": "1.34.3", | ||
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -260,2 +260,4 @@ (function (root, factory) { | ||
} else if (operator === '$pull') { | ||
if (!newObject[keys[i]]) | ||
continue | ||
if (Array.isArray(value)) { | ||
@@ -262,0 +264,0 @@ newObject[keys[i]] = newObject[keys[i]].filter(item => !Array.isArray(item) || !isEqualArray(item, value)); |
Sorry, the diff of this file is too big to display
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
184270
960