Socket
Socket
Sign inDemoInstall

axe-core

Package Overview
Dependencies
0
Maintainers
2
Versions
1335
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

index.js

5

bower.json
{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "1.0.1",
"version": "1.1.0",
"authors": [

@@ -15,2 +15,3 @@ "David Sturley <david.sturley@deque.com>"

"ignore": [
"**/.*",
"node_modules",

@@ -22,3 +23,3 @@ "bower_components",

"devDependencies": {
"node-uuid": "~1.4.1",
"node-uuid": "git://github.com/dequelabs/node-uuid#3872fdd5e9c60bd24fe6493b6812140cb4a92657",
"escape-selector": "0.0.1",

@@ -25,0 +26,0 @@ "element-matches": "0.0.1",

35

package.json
{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "1.0.1",
"version": "1.1.0",
"license": "MPL-2.0",

@@ -12,4 +12,4 @@ "author": {

"repository": {
"type" : "git",
"url" : "https://github.com/dequelabs/axe-core.git"
"type": "git",
"url": "https://github.com/dequelabs/axe-core.git"
},

@@ -21,33 +21,34 @@ "keywords": [

"unit",
"testing",
"tdd",
"bdd",
"accessibility",
"testing",
"aXe"
],
"main": "index.js",
"dependencies": {},
"scripts": {
"build": "grunt"
"build": "grunt",
"test": "grunt test"
},
"devDependencies": {
"axe-rules": "~1.0.2",
"blanket": "~1.1.7",
"chai": "~2.3.0",
"chai": "~3.0.0",
"clone": "~1.0.2",
"dot": "~1.0.3",
"grunt": "~0.4.5",
"grunt-blanket-mocha": "~0.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-curl": "~2.2.0",
"grunt-if-missing": "~1.0.0",
"grunt-mocha-test": "~0.12.7",
"grunt-mocha": "~0.4.12",
"mocha": "~2.2.4",
"selenium-webdriver": "~2.45.1"
"grunt-mocha": "~0.4.13",
"html-entities": "^1.1.2",
"less": "~2.5.1",
"mocha": "~2.2.5",
"phantomjs": "^1.9.17",
"promise": "~7.0.3",
"revalidator": "~0.3.1",
"selenium-webdriver": "~2.46.1"
}
}
# axe-core
[![Join the chat at https://gitter.im/dequelabs/axe-core](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dequelabs/axe-core?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Version](https://img.shields.io/npm/v/axe-core.svg)](https://www.npmjs.com/package/axe-core)
[![Bower](https://img.shields.io/bower/v/axe-core.svg)](http://bower.io/search)
[![License](https://img.shields.io/npm/l/axe-core.svg)](LICENSE)
[![Build Status](https://travis-ci.org/dequelabs/axe-core.svg?branch=master)](https://travis-ci.org/dequelabs/axe-core)
[![Dependency Status](https://gemnasium.com/dequelabs/axe-core.svg)](https://gemnasium.com/dequelabs/axe-core)
[![Codacy Badge](https://www.codacy.com/project/badge/c2d7835387dd41b3a77eafd439fba559)](https://www.codacy.com/app/dsturley/axe-core)
The Accessibility Engine for automated testing of HTML-based user interfaces. Drop the aXe on your accessibility defects!

@@ -55,10 +63,7 @@

The aXe API supports the following browsers:
The [aXe API](doc/API.md) supports the following browsers:
* Internet Explorer v9, 10, 11
* Google Chrome v35 and above
* Mozilla Firefox v24 and above
* Apple Safari v7 and above

@@ -69,6 +74,16 @@

The aXe API package consists of:
The [aXe API](doc/API.md) package consists of:
* `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
* `axe.min.js` - a minified version of the above file
## Contributing
Read the [documentation on the architecture](./doc/developer-guide.md)
Read the [documentation on contributing](CONTRIBUTING.md)
## Projects using axe-core
[List of projects using axe-core](doc/projects.md)

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc