Socket
Socket
Sign inDemoInstall

pa11y

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pa11y - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

HISTORY.md
# History
## 2.0.2 (2015-06-09)
* Fix a bug caused by PhantomJS stdout
## 2.0.1 (2015-06-08)

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

@@ -42,2 +42,3 @@ // This file is part of pa11y.

phantom: {
onStdout: function () {},
parameters: {

@@ -44,0 +45,0 @@ 'ignore-ssl-errors': 'true',

2

package.json
{
"name": "pa11y",
"version": "2.0.1",
"version": "2.0.2",

@@ -5,0 +5,0 @@ "description": "pa11y is your automated accessibility testing pal",

@@ -97,2 +97,6 @@ // This file is part of pa11y.

it('should have a `phantom.onStdout` method', function () {
assert.isFunction(defaults.phantom.onStdout);
});
it('should have a `phantom.parameters` property', function () {

@@ -99,0 +103,0 @@ assert.isObject(defaults.phantom.parameters);

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