Comparing version 0.3.0 to 0.3.1
# 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 @@ |
{ | ||
"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'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62740
4
Updatedpa11y@^4.2.0