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.7.3 to 0.7.4

8

dist/rules/QW-ACT-R37.js

@@ -41,2 +41,10 @@ "use strict";

}
const children = disableWidget.getElementChildren();
if (children) {
for (const child of children) {
if (child.getElementSelector() === elementSelectors) {
return;
}
}
}
}

@@ -43,0 +51,0 @@ const role = window.AccessibilityUtils.getElementRole(element);

6

package.json
{
"name": "@qualweb/act-rules",
"version": "0.7.3",
"version": "0.7.4",
"description": "ACT rules module for qualweb web accessibility evaluator",

@@ -48,6 +48,6 @@ "files": [

"devDependencies": {
"@qualweb/core": "^0.8.2",
"@qualweb/core": "^0.8.3",
"@qualweb/locale": "0.2.2",
"@qualweb/qw-page": "0.3.2",
"@qualweb/util": "0.6.2",
"@qualweb/util": "0.6.3",
"@tsconfig/recommended": "^1.0.3",

@@ -54,0 +54,0 @@ "@types/mocha": "^10.0.6",

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