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

@qualweb/act-rules

Package Overview
Dependencies
Maintainers
4
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualweb/act-rules - npm Package Compare versions

Comparing version 0.0.0-develop-20250123105824 to 0.0.0-develop-20250123115421

15

dist/rules/QW-ACT-R37.js

@@ -41,18 +41,11 @@ "use strict";

}
if (selectors) {
if (typeof selectors === 'string') {
const selectorsArray = [selectors];
if (window.DomUtils.isElementADescendantOf(element, selectorsArray, [])) {
const children = disableWidget.getElementChildren();
if (children) {
for (const child of children) {
if (child.getElementSelector() === elementSelectors) {
return;
}
}
else {
if (window.DomUtils.isElementADescendantOf(element, selectors, [])) {
return;
}
}
}
}
console.log("element", element);
console.log("disabledWidgets", disabledWidgets);
const role = window.AccessibilityUtils.getElementRole(element);

@@ -59,0 +52,0 @@ if (role === 'group') {

{
"name": "@qualweb/act-rules",
"version": "0.0.0-develop-20250123105824",
"version": "0.0.0-develop-20250123115421",
"description": "ACT rules module for qualweb web accessibility evaluator",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is too big to display

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