Socket
Socket
Sign inDemoInstall

axe-core

Package Overview
Dependencies
Maintainers
4
Versions
1362
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 4.9.1-canary.3f13aa1 to 4.9.1-canary.50e7c23

30

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"
},

@@ -387,3 +387,3 @@ "link-in-text-block": {

"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"
},

@@ -395,3 +395,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"

@@ -467,5 +467,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}"
}

@@ -685,8 +685,8 @@ },

"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"
"pass": "The autocomplete attribute is correctly formatted",
"fail": "The autocomplete attribute is incorrectly formatted"
},

@@ -969,3 +969,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"
},

@@ -1053,3 +1053,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": {

@@ -1064,7 +1064,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\""

@@ -1071,0 +1071,0 @@ },

{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "4.9.1-canary.3f13aa1",
"version": "4.9.1-canary.50e7c23",
"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",

@@ -181,3 +184,3 @@ "revalidator": "^0.3.1",

"serve-handler": "^6.1.5",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"sri-toolbox": "^0.2.0",

@@ -184,0 +187,0 @@ "standard-version": "^9.5.0",

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

},
"4.9.1-canary.3f13aa1": {
"axe.js": "sha256-mnUTpvdddw6qsbEPZoEhyO6nLo9IMREDSXfqclmzCVg=",
"axe.min.js": "sha256-z0vjUhSbg0K0H8PQyx+xJjrdj1eEcTo4Rm2zuYFuWS8="
"4.9.1-canary.50e7c23": {
"axe.js": "sha256-dbMBlQc/K3aQe8EHNh4ssLvJ/+8OozmNOar/oKYN87A=",
"axe.min.js": "sha256-o8ao6Dt7V3OMKqt5V7N2boKEXjKLyX+WQ2Udo8zE698="
}
}

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

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

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