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

axe-core

Package Overview
Dependencies
Maintainers
4
Versions
1397
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axe-core - npm Package Compare versions

Comparing version

to
4.10.2-canary.f2b535a

2

locales/_template.json

@@ -848,3 +848,3 @@ {

"pass": "The multimedia element has a captions track",
"incomplete": "Check that captions is available for the element"
"incomplete": "Check that captions are available for the element"
},

@@ -851,0 +851,0 @@ "frame-tested": {

{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "4.10.2-canary.ec7c6c8",
"version": "4.10.2-canary.f2b535a",
"license": "MPL-2.0",

@@ -6,0 +6,0 @@ "engines": {

@@ -17,3 +17,3 @@ # axe-core

Axe-core has different types of rules, for WCAG 2.0, 2.1, 2.2 on level A, AA and AAA as well as a number of best practices that help you identify common accessibility practices like ensuring every page has an `h1` heading, and to help you avoid "gotchas" in ARIA like where an ARIA attribute you used will get ignored. The complete list of rules, grouped WCAG level and best practice, can found in [doc/rule-descriptions.md](./doc/rule-descriptions.md).
Axe-core has different types of rules, for WCAG 2.0, 2.1, 2.2 on level A, AA and AAA as well as a number of best practices that help you identify common accessibility practices like ensuring every page has an `h1` heading, and to help you avoid "gotchas" in ARIA like where an ARIA attribute you used will get ignored. The complete list of rules, grouped WCAG level and best practice, can be found in [doc/rule-descriptions.md](./doc/rule-descriptions.md).

@@ -69,3 +69,3 @@ With axe-core, you can find **on average 57% of WCAG issues automatically**. Additionally, axe-core will return elements as "incomplete" where axe-core could not be certain, and manual review is needed.

- It automatically determines which rules to run based on the evaluation context.
- Axe supports in-memory fixtures, static fixtures, integration tests and iframes of infinite depth.
- Axe supports in-memory fixtures, static fixtures, integration tests, and iframes of infinite depth.
- Axe is highly configurable.

@@ -72,0 +72,0 @@

@@ -394,6 +394,6 @@ {

},
"4.10.2-canary.ec7c6c8": {
"axe.js": "sha256-/UusAZVzPfE1IPtBJG73ArQykfs3qrxyzP040Rk2fS8=",
"axe.min.js": "sha256-uHHkw7nme5Kf1pKrxT1rlq0l412xWaLX1ofTK5ZAuU0="
"4.10.2-canary.f2b535a": {
"axe.js": "sha256-FHY4Js+p3Np6VKHsvp7kdMtsTuT7pMWUWhl5LHARPMI=",
"axe.min.js": "sha256-4SCxjK2s2K/KfBbdJhzro+Fk19po60eYklMLW6Ok1YE="
}
}

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

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

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

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