Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oozcitak/dom

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oozcitak/dom - npm Package Compare versions

Comparing version 1.15.7 to 1.15.8

2

lib/algorithm/MutationObserverAlgorithm.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc