Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pa11y-ci

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pa11y-ci - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

CHANGELOG.md
# Changelog
## 0.3.1 pre-release (2016-11-30)
* Updates pa11y dependency to ^4.2
## 0.3.0 pre-release (2016-09-20)

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

4

package.json
{
"name": "pa11y-ci",
"version": "0.3.0",
"version": "0.3.1",
"description": "The Pa11y CI application",

@@ -27,3 +27,3 @@ "keywords": [],

"node-fetch": "^1",
"pa11y": "^4",
"pa11y": "^4.2.0",
"wordwrap": "^1"

@@ -30,0 +30,0 @@ },

@@ -25,3 +25,3 @@ // jscs:disable maximumLineLength

assert.include(global.lastResult.output, 'Errors in http://notahost:8090/erroring-1');
assert.include(global.lastResult.output, 'Page "http://notahost:8090/erroring-1" could not be opened');
assert.include(global.lastResult.output, 'Error opening url "http://notahost:8090/erroring-1" : Host notahost not found');
});

@@ -55,3 +55,3 @@

assert.include(global.lastResult.output, 'Errors in http://notahost:8090/erroring-1');
assert.include(global.lastResult.output, 'Page "http://notahost:8090/erroring-1" could not be opened');
assert.include(global.lastResult.output, 'Error opening url "http://notahost:8090/erroring-1" : Host notahost not found');
assert.include(global.lastResult.output, 'Errors in http://localhost:8090/timeout');

@@ -58,0 +58,0 @@ assert.include(global.lastResult.output, 'timed out');

@@ -25,3 +25,3 @@ // jscs:disable maximumLineLength

{
message: 'Page "http://notahost:8090/erroring-1" could not be opened'
message: 'Error opening url "http://notahost:8090/erroring-1" : Host notahost not found'
}

@@ -28,0 +28,0 @@ ],

@@ -27,3 +27,3 @@ // jscs:disable maximumLineLength

assert.include(global.lastResult.output, 'Errors in http://notahost:8090/erroring-1');
assert.include(global.lastResult.output, 'Page "http://notahost:8090/erroring-1" could not be opened');
assert.include(global.lastResult.output, 'Error opening url "http://notahost:8090/erroring-1" : Host notahost not found');
assert.include(global.lastResult.output, 'Errors in http://localhost:8090/failing-1');

@@ -30,0 +30,0 @@ assert.include(global.lastResult.output, 'html element should have a lang');

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