Socket
Socket
Sign inDemoInstall

a11y

Package Overview
Dependencies
210
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

1

cli.js

@@ -71,2 +71,3 @@ #!/usr/bin/env node

if (el.result === 'FAIL') {
process.exitCode = 1;
failures += logSymbols.error + ' ' + el.heading + '\n';

@@ -73,0 +74,0 @@ failures += el.elements + '\n\n';

10

package.json
{
"name": "a11y",
"version": "0.4.0",
"version": "0.4.1",
"description": "Runs an accessibility audit against a URL",

@@ -52,3 +52,3 @@ "license": "Apache-2.0",

"each-async": "^1.1.0",
"globby": "^3.0.0",
"globby": "^4.0.0",
"humanize-url": "^1.0.0",

@@ -60,6 +60,6 @@ "indent-string": "^2.1.0",

"parse-json": "^2.1.0",
"phantomjs": "^1.9.10",
"phantomjs-polyfill": "0.0.1",
"phantomjs": "^2.1.3",
"phantomjs-polyfill": "0.0.2",
"protocolify": "^1.0.0",
"update-notifier": "^0.5.0"
"update-notifier": "^0.6.0"
},

@@ -66,0 +66,0 @@ "devDependencies": {

<img width="400px" src="https://cloud.githubusercontent.com/assets/110953/4694241/3ddba98e-57c1-11e4-852a-dc0940345a89.png">
# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image] ![](http://img.shields.io/badge/unicorn-approved-ff69b4.svg?style=flat)
# [![npm version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image] ![](https://img.shields.io/badge/unicorn-approved-ff69b4.svg)

@@ -5,0 +5,0 @@ > Easy accessibility audits powered by the [Chrome Accessibility Tools](https://www.npmjs.com/package/accessibility-developer-tools).

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc