Socket
Socket
Sign inDemoInstall

axe-core

Package Overview
Dependencies
0
Maintainers
4
Versions
1320
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.8.3-canary.b753f95 to 4.8.3-canary.daa0fe6

LICENSE-3RD-PARTY.txt

7

package.json
{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "4.8.3-canary.b753f95",
"version": "4.8.3-canary.daa0fe6",
"license": "MPL-2.0",

@@ -58,3 +58,4 @@ "engines": {

"sri-history.json",
"locales/"
"locales/",
"LICENSE-3RD-PARTY.txt"
],

@@ -179,3 +180,3 @@ "standard-version": {

"uglify-js": "^3.17.4",
"wcag-act-rules": "github:w3c/wcag-act-rules#485104c",
"wcag-act-rules": "github:w3c/wcag-act-rules#dc90495a5533d326b300ee5a9487afdfc6d493c0",
"weakmap-polyfill": "^2.0.4"

@@ -182,0 +183,0 @@ },

@@ -182,4 +182,6 @@ # axe-core

Thanks to Marat Dulin for his [css-selector-parser](https://www.npmjs.com/package/css-selector-parser) implementation which is included for shadow DOM support.
Thanks to Marat Dulin for his [css-selector-parser](https://www.npmjs.com/package/css-selector-parser) implementation which is included for shadow DOM support. Another thank you to the [Slick Parser](https://github.com/mootools/slick/blob/master/Source/Slick.Parser.js) implementers for their contribution, we have used some of their algorithms in our shadow DOM support code. Thanks to Lea Verou and Chris Lilley for their [colorjs.io](https://colorjs.io/) library which we have used for converting between color formats.
Thanks to the [Slick Parser](https://github.com/mootools/slick/blob/master/Source/Slick.Parser.js) implementers for their contribution, we have used some of their algorithms in our shadow DOM support code.
## Licenses
Axe-core is distributed under the [Mozilla Public License, version 2.0](LICENSE). It comes bundled with several dependencies which are distributed under their own terms. (See [LICENSE-3RD-PARTY.txt](LICENSE-3RD-PARTY.txt))

@@ -370,6 +370,6 @@ {

},
"4.8.3-canary.b753f95": {
"axe.js": "sha256-SdkAT5oHp6sgHQ59IT1l9BYk5imqB8lXwhj1p1KJiI4=",
"axe.min.js": "sha256-3MsgafszRx9gRcsKAGUKi0X1BkxTiuQwN60PHiNji2o="
"4.8.3-canary.daa0fe6": {
"axe.js": "sha256-eDPYr76m/z/yHW/pfXS7wK3Z4gs7xFVUhQFi94wk8C0=",
"axe.min.js": "sha256-bSi9KLFHimNnaRUoniUVkkeBN4wVMaJNGb6vcUO3cQQ="
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc