New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ecl/dom-utils

Package Overview
Dependencies
Maintainers
6
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecl/dom-utils - npm Package Compare versions

Comparing version 3.8.4 to 3.9.0

8

autoinit/index.js

@@ -19,3 +19,3 @@ import { queryAll } from '..';

.filter(
(node) => node.getAttribute('data-ecl-auto-initialized') !== 'true'
(node) => node.getAttribute('data-ecl-auto-initialized') !== 'true',
)

@@ -27,3 +27,3 @@ .forEach((node) => {

throw new TypeError(
`(ecl-auto-init) ${componentType} data-ecl-auto-init is empty`
`(ecl-auto-init) ${componentType} data-ecl-auto-init is empty`,
);

@@ -35,3 +35,3 @@ }

throw new TypeError(
`(ecl-auto-init) Could not find '${componentType}'`
`(ecl-auto-init) Could not find '${componentType}'`,
);

@@ -42,3 +42,3 @@ }

throw new TypeError(
`(ecl-auto-init) Could not find autoInit for '${componentType}'`
`(ecl-auto-init) Could not find autoInit for '${componentType}'`,
);

@@ -45,0 +45,0 @@ }

@@ -5,3 +5,3 @@ {

"license": "EUPL-1.2",
"version": "3.8.4",
"version": "3.9.0",
"description": "ECL DOM utilities",

@@ -26,3 +26,3 @@ "main": "index.js",

],
"gitHead": "b79eb951894a3ca13c9b1a6b8f4bfce3f02dbbf5"
"gitHead": "da7e2afeeec9d1aa44e4ce9e5ac46619a23328db"
}
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