Socket
Socket
Sign inDemoInstall

pa11y

Package Overview
Dependencies
67
Maintainers
6
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 5.0.4

6

CHANGELOG.md
# Changelog
## 5.0.4 (2018-05-21)
* Update dependencies
* puppeteer: 1.0.0 to ^1.4.0
* Correct and clarify some of the documentation
## 5.0.3 (2018-03-09)

@@ -5,0 +11,0 @@

4

package.json
{
"name": "pa11y",
"version": "5.0.3",
"version": "5.0.4",
"description": "Pa11y is your automated accessibility testing pal",

@@ -40,3 +40,3 @@ "keywords": [

"pa11y-reporter-json": "^1.0.0",
"puppeteer": "1.0.0",
"puppeteer": "^1.4.0",
"semver": "^5.5.0"

@@ -43,0 +43,0 @@ },

@@ -287,3 +287,3 @@

const htmlReporter = require('pa11y/reporter/html');
const html = htmlReporter.process(results, url);
const html = htmlReporter.results(results, url);
```

@@ -550,3 +550,3 @@

The root element for testing a subset of the page opposed to the full document.
The root element for testing a subset of the page opposed to the full document.

@@ -558,3 +558,3 @@ ```js

```
Defaults to `null`, meaning the full document will be tested.
Defaults to `null`, meaning the full document will be tested. If the specified root element isn't found, the full document will be tested.

@@ -905,2 +905,3 @@ ### `rules` (array)

[brew]: http://mxcl.github.com/homebrew/
[htmlcs-wcag2aaa-ruleset]: https://github.com/pa11y/pa11y/wiki/HTML-CodeSniffer-Rules
[node]: http://nodejs.org/

@@ -907,0 +908,0 @@ [npm]: https://www.npmjs.com/

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