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 2.0.5 to 2.0.7

.babelrc

51

package.json
{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "2.0.5",
"version": "2.0.7",
"license": "MPL-2.0",
"contributors": [{
"name": "David Sturley",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},{
"name": "Dylan Barrell",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},{
"name": "Wilco Fiers",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},{
"name": "Dian Fay",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},{
"name": "Marcy Sutton",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
}],
"contributors": [
{
"name": "David Sturley",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},
{
"name": "Dylan Barrell",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},
{
"name": "Wilco Fiers",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},
{
"name": "Dian Fay",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},
{
"name": "Marcy Sutton",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
}
],
"repository": {

@@ -41,2 +47,3 @@ "type": "git",

"main": "axe.js",
"typings": "./typings/axe-core/axe-core.d.ts",
"scripts": {

@@ -43,0 +50,0 @@ "build": "grunt",

@@ -10,2 +10,3 @@ # axe-core

[![Codacy Badge](https://www.codacy.com/project/badge/c2d7835387dd41b3a77eafd439fba559)](https://www.codacy.com/app/dsturley/axe-core)
[![Package Quality](http://npm.packagequality.com/shield/axe-core.svg)](http://packagequality.com/#?package=axe-core)

@@ -20,3 +21,3 @@ The Accessibility Engine for automated testing of HTML-based user interfaces. Drop the aXe on your accessibility defects!

1. Automated accessibility testing rules must have a zero false positive rate
1. Automated accessibility testing rules must have a zero false-positive rate
2. Automated accessibility testing rules must be lightweight and fast

@@ -48,3 +49,3 @@ 3. Automated accessibility testing rules must work in all modern browsers

Now include the javascript file in each of your iframes in you fixtures or test systems:
Now include the javascript file in each of your iframes in your fixtures or test systems:

@@ -81,3 +82,3 @@ ```html

* `axe.js` - the javascript file that should be included in your web site under test (API)
* `axe.js` - the JavaScript file that should be included in your web site under test (API)
* `axe.min.js` - a minified version of the above file

@@ -84,0 +85,0 @@

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