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
0
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.9.1-canary.0d8a99e

33

locales/_template.json

@@ -285,4 +285,4 @@ {

"landmark-unique": {
"help": "Ensures landmarks are unique",
"description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination"
"description": "Ensures landmarks are unique",
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination"
},

@@ -377,2 +377,6 @@ "link-in-text-block": {

},
"summary-name": {
"description": "Ensures summary elements have discernible text",
"help": "Summary elements must have discernible text"
},
"svg-img-alt": {

@@ -388,3 +392,3 @@ "description": "Ensures <svg> elements with an img, graphics-document or graphics-symbol role have an accessible text",

"description": "Ensure the <caption> element does not contain the same text as the summary attribute",
"help": "tables should not have the same summary and caption"
"help": "Tables should not have the same summary and caption"
},

@@ -396,3 +400,3 @@ "table-fake-caption": {

"target-size": {
"description": "Ensure touch target have sufficient size and space",
"description": "Ensure touch targets have sufficient size and space",
"help": "All touch targets must be 24px large, or leave sufficient space"

@@ -468,5 +472,5 @@ },

"incomplete": {
"singular": "ensure aria-errormessage value `${data.values}` references an existing element",
"plural": "ensure aria-errormessage values `${data.values}` reference existing elements",
"idrefs": "unable to determine if aria-errormessage element exists on the page: ${data.values}"
"singular": "Ensure aria-errormessage value `${data.values}` references an existing element",
"plural": "Ensure aria-errormessage values `${data.values}` reference existing elements",
"idrefs": "Unable to determine if aria-errormessage element exists on the page: ${data.values}"
}

@@ -686,8 +690,9 @@ },

"autocomplete-appropriate": {
"pass": "the autocomplete value is on an appropriate element",
"fail": "the autocomplete value is inappropriate for this type of input"
"pass": "The autocomplete value is on an appropriate element",
"fail": "The autocomplete value is inappropriate for this type of input"
},
"autocomplete-valid": {
"pass": "the autocomplete attribute is correctly formatted",
"fail": "the autocomplete attribute is incorrectly formatted"
"fail": "the autocomplete attribute is incorrectly formatted",
"incomplete": "the autocomplete attribute has a non-standard value. Check whether any standard value could be used instead."
},

@@ -970,3 +975,3 @@ "accesskeys": {

"fail": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty",
"incomplete": "ensure aria-labelledby references an existing element"
"incomplete": "Ensure aria-labelledby references an existing element"
},

@@ -1054,3 +1059,3 @@ "avoid-inline-spacing": {

"presentational-role": {
"pass": "Element's default semantics were overriden with role=\"${data.role}\"",
"pass": "Element's default semantics were overridden with role=\"${data.role}\"",
"fail": {

@@ -1065,7 +1070,7 @@ "default": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",

"role-none": {
"pass": "Element's default semantics were overriden with role=\"none\"",
"pass": "Element's default semantics were overridden with role=\"none\"",
"fail": "Element's default semantics were not overridden with role=\"none\""
},
"role-presentation": {
"pass": "Element's default semantics were overriden with role=\"presentation\"",
"pass": "Element's default semantics were overridden with role=\"presentation\"",
"fail": "Element's default semantics were not overridden with role=\"presentation\""

@@ -1072,0 +1077,0 @@ },

{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "4.9.1-canary.070bc01",
"version": "4.9.1-canary.0d8a99e",
"license": "MPL-2.0",

@@ -79,2 +79,4 @@ "engines": {

"build": "grunt",
"patch": "npx patch-package",
"unpatch": "npx patch-package --reverse",
"eslint": "eslint --color --format stylish '{lib,test,build,doc}/**/*.js' 'Gruntfile.js'",

@@ -114,3 +116,3 @@ "test": "npm run test:tsc && run-s \"test:unit:* -- {@}\" --",

"fmt": "prettier --write .",
"prepare": "husky",
"prepare": "husky && npm run patch",
"prebuild": "node ./build/check-node-version.js",

@@ -176,2 +178,3 @@ "pretest": "node ./build/check-node-version.js",

"outdent": "^0.8.0",
"patch-package": "^8.0.0",
"prettier": "^3.0.3",

@@ -178,0 +181,0 @@ "revalidator": "^0.3.1",

@@ -382,6 +382,6 @@ {

},
"4.9.1-canary.070bc01": {
"axe.js": "sha256-C9PqIisTyscFDiWKmT/vcSD8cJFPy5C19KZQP72SU2c=",
"axe.min.js": "sha256-1OeveO/Y9waXpYq0r4i/rAnDdzwLHR8muYQZ3pqaeXE="
"4.9.1-canary.0d8a99e": {
"axe.js": "sha256-u+hoZr0OikwhkuDmQTMmm4VLNdypXIUK8jxZs+Qkr9k=",
"axe.min.js": "sha256-9y78gTkasZs7TTTQWlKyTpDxsmMJpNmJnsx2JKHi9ys="
}
}

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

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