Socket
Socket
Sign inDemoInstall

pa11y

Package Overview
Dependencies
64
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.2 to 5.0.0-beta.3

test/integration/cli/actions-check-field.test.js

13

CHANGELOG.md
# Changelog
## 5.0.0-beta.3 pre-release (2017-11-26)
* Fix a timeout issue
* Fix an issue with the built in copy of HTML CodeSniffer
## 5.0.0-beta.2 pre-release (2017-10-04)

@@ -17,2 +22,10 @@

## 4.13.2 (2017-11-26)
* Fix an issue with the built in copy of HTML CodeSniffer
## 4.13.1 (2017-10-16)
* Trigger correct change/input events for check-field and set-field-value actions
## 4.13.0 (2017-09-15)

@@ -19,0 +32,0 @@

8

lib/pa11y.js

@@ -139,6 +139,8 @@ 'use strict';

options.log.debug('Opening URL in Headless Chrome');
await page.goto(url, {
waitUntil: 'networkidle'
});
const gotoConfig = {waitUntil: 'networkidle'};
gotoConfig.timeout = options.timeout;
await page.goto(url, gotoConfig);
// Resize the viewport

@@ -145,0 +147,0 @@ await page.setViewport(options.viewport);

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

@@ -43,2 +43,3 @@ "keywords": [

"devDependencies": {
"@rowanmanning/make": "^1.0.1",
"eslint": "^3.18.0",

@@ -45,0 +46,0 @@ "mocha": "^3.2.0",

@@ -824,3 +824,3 @@

Pa11y is licensed under the [Lesser General Public License (LGPL-3.0)][info-license].<br/>
Copyright &copy; 2013–2017, Team Pa11y
Copyright &copy; 2013–2017, Team Pa11y and contributors

@@ -827,0 +827,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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