Socket
Socket
Sign inDemoInstall

axe-core

Package Overview
Dependencies
Maintainers
3
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 1.1.1 to 2.0.5

test/checks/index.html

8

bower.json

@@ -17,12 +17,6 @@ {

"node_modules",
"bower_components",
"test",
"build"
],
"devDependencies": {
"node-uuid": "git://github.com/dequelabs/node-uuid#3872fdd5e9c60bd24fe6493b6812140cb4a92657",
"escape-selector": "0.0.1",
"element-matches": "0.0.1",
"simple-clone": "0.0.1"
}
"devDependencies": {}
}
{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "1.1.1",
"version": "2.0.5",
"license": "MPL-2.0",
"author": {
"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": {

@@ -24,4 +40,3 @@ "type": "git",

],
"main": "index.js",
"dependencies": {},
"main": "axe.js",
"scripts": {

@@ -32,23 +47,29 @@ "build": "grunt",

"devDependencies": {
"blanket": "~1.1.7",
"chai": "~3.0.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"blanket": "~1.2.3",
"chai": "~3.5.0",
"clone": "~1.0.2",
"dot": "~1.0.3",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.10.1",
"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-babel": "^6.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-connect": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"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",
"html-entities": "^1.2.0",
"jquery": "^3.0.0",
"less": "~2.6.1",
"mocha": "~2.4.5",
"phantomjs-prebuilt": "~2.1.7",
"promise": "~7.1.1",
"revalidator": "~0.3.1",
"selenium-webdriver": "~2.46.1"
"selenium-webdriver": "~2.53.1"
}
}

@@ -70,3 +70,6 @@ # axe-core

## The Accessibility Rules
The complete list of rules run by axe-core can be found in [doc/rule-descriptions.md](./doc/rule-descriptions.md).
## Contents of the API Package

@@ -73,0 +76,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