@oozcitak/dom
Advanced tools
Comparing version 1.15.7 to 1.15.8
@@ -180,3 +180,3 @@ "use strict"; | ||
if (type === "attributes" && options.attributeFilter && | ||
(!options.attributeFilter.includes(name || '') || namespace !== null)) | ||
(!options.attributeFilter.indexOf(name || '') || namespace !== null)) | ||
continue; | ||
@@ -183,0 +183,0 @@ if (type === "characterData" && !options.characterData) |
{ | ||
"name": "@oozcitak/dom", | ||
"version": "1.15.7", | ||
"version": "1.15.8", | ||
"keywords": [ | ||
@@ -28,5 +28,5 @@ "dom", | ||
"dependencies": { | ||
"@oozcitak/infra": "1.0.7", | ||
"@oozcitak/url": "1.0.3", | ||
"@oozcitak/util": "8.3.7" | ||
"@oozcitak/infra": "1.0.8", | ||
"@oozcitak/url": "1.0.4", | ||
"@oozcitak/util": "8.3.8" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
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
1303901
+ Added@oozcitak/infra@1.0.8(transitive)
+ Added@oozcitak/url@1.0.4(transitive)
+ Added@oozcitak/util@8.3.8(transitive)
- Removed@oozcitak/infra@1.0.7(transitive)
- Removed@oozcitak/url@1.0.3(transitive)
- Removed@oozcitak/util@8.3.7(transitive)
Updated@oozcitak/infra@1.0.8
Updated@oozcitak/url@1.0.4
Updated@oozcitak/util@8.3.8