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.0-beta.10 to 5.0.0

.github/issue_template.md

4

CHANGELOG.md
# Changelog
## 5.0.0 (2018-02-15)
* See the [migration guide](https://github.com/pa11y/pa11y/blob/master/MIGRATION.md#migrating-from-40-to-50) for details
## 5.0.0-beta.10 pre-release (2018-02-14)

@@ -5,0 +9,0 @@

2

MIGRATION.md

@@ -20,4 +20,2 @@

**TODO this migration guide is a work in progress. Please update as you work on Pa11y 5.x**
### PhantomJS to Headless Chrome

@@ -24,0 +22,0 @@

{
"name": "pa11y",
"version": "5.0.0-beta.10",
"version": "5.0.0",
"description": "Pa11y is your automated accessibility testing pal",

@@ -5,0 +5,0 @@ "keywords": [

@@ -31,17 +31,3 @@

---
## Latest news from Pa11y
We're pleased to announce the Pa11y 5.0 beta is now available! We're switching from PhantomJS to Headless Chrome, as well as many other changes. See the [migration guide][migration-5] for further details.
If you'd like to try out the Pa11y 5.0 beta you can do so with
`npm install -g pa11y@beta`
Feedback is greatly appreciated 😊
---
Table Of Contents

@@ -897,3 +883,3 @@ -----------------

| :heart: | 5 | N/A | 8+ | N/A |
| :heart: | 4 | N/A | 4–8 | N/A * |
| :hourglass: | 4 | 4.13 | 4–8 | 2018-08-15 |
| :skull: | 3 | 3.8 | 0.12–6 | 2016-12-05 |

@@ -905,5 +891,3 @@ | :skull: | 2 | 2.4 | 0.10–0.12 | 2016-10-16 |

\* Pa11y 4's support end date will be reviewed at the end of this period based on community feedback.
License

@@ -921,3 +905,2 @@ -------

[brew]: http://mxcl.github.com/homebrew/
[migration-5]: https://github.com/pa11y/pa11y/blob/5.x/MIGRATION.md#migrating-from-40-to-50
[node]: http://nodejs.org/

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

@@ -94,4 +94,14 @@

TODO work out how you can do this with Headless Chrome
Proxy configuration can be passed through from Pa11y to Headless Chrome using the `args` propery of [`chromeLaunchConfig` option][chromeLaunchConfig];
```js
pa11y('http://example.com', {
chromeLaunchConfig: {
args: [
'--proxy-server=127.0.0.1:9999',
]
}
});
```
### How can I simulate a user interaction before running Pa11y?

@@ -119,2 +129,3 @@

[actions]: https://github.com/pa11y/pa11y#actions
[chromeLaunchConfig]: https://github.com/pa11y/pa11y#chromelaunchconfig-object
[issues]: https://github.com/pa11y/pa11y/issues?utf8=%E2%9C%93&q=is%3Aissue

@@ -121,0 +132,0 @@ [new-issue]: https://github.com/pa11y/pa11y/issues/new

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