🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

crawlkit-runner-axe

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crawlkit-runner-axe - npm Package Compare versions

Comparing version

to
1.0.2

5

package.json
{
"name": "crawlkit-runner-axe",
"version": "1.0.1",
"version": "1.0.2",
"description": "A CrawlKit runner for auditing a website with aXe",

@@ -36,3 +36,4 @@ "main": "src/index.js",

"eslint": "^1.10.2",
"eslint-config-airbnb": "^1.0.2",
"eslint-config-airbnb": "^2.1.1",
"eslint-plugin-mocha": "^1.1.0",
"freeport": "^1.0.5",

@@ -39,0 +40,0 @@ "http-server": "^0.8.5",

4

README.md

@@ -8,3 +8,3 @@ # aXe runner

This runner can be used with [CrawlKit](https://github.com/crawlkit/crawlkit) in order to audit a website with the [aXe](https://github.com/dequelabs/axe-core).
This runner can be used with [CrawlKit](https://github.com/crawlkit/crawlkit) in order to audit a website with the [aXe](https://github.com/dequelabs/axe-core) accessibility engine.

@@ -28,3 +28,3 @@ ## Install

console.log(JSON.stringify(data.results, true, 2));
});
}, (err) => console.error(err));
```

@@ -31,0 +31,0 @@