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

pa11y-ci

Package Overview
Dependencies
Maintainers
3
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 1.0.0 to 1.0.1

3

bin/pa11y-ci.js

@@ -172,3 +172,4 @@ #!/usr/bin/env node

config.defaults.log = config.defaults.log || console;
config.defaults.wrapWidth = process.stdout.columns;
// Setting to undefined rather than 0 allows for a fallback to the default
config.defaults.wrapWidth = process.stdout.columns || undefined;
if (program.json) {

@@ -175,0 +176,0 @@ delete config.defaults.log;

# Changelog
## 1.0.1 (2016-03-08)
* Use default wrapWidth if process.stdout.columns is reported as 0
## 1.0.0 (2016-03-07)

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

{
"name": "pa11y-ci",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pa11y CI is a CI-centric accessibility test runner, built using Pa11y",

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

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