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

accessibility-checker

Package Overview
Dependencies
Maintainers
3
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accessibility-checker - npm Package Compare versions

Comparing version 3.0.8 to 3.1.0

4

bin/achecker.js

@@ -193,5 +193,5 @@ #!/usr/bin/env node

if (isFile) {
result = await aChecker.getCompliance("file://"+f, f);
result = await aChecker.getCompliance("file://"+f, f.replace(/^file:\/\//,"").replace(/:/g,"_"));
} else {
result = await aChecker.getCompliance(f, f);
result = await aChecker.getCompliance(f, f.replace(/^(https?:|file:)\/\//,"").replace(/:/g,"_"));
}

@@ -198,0 +198,0 @@ if (result) {

@@ -29,2 +29,4 @@ /******************************************************************************

maxTabs: 1,
policies: ["IBM_Accessibility"],

@@ -31,0 +33,0 @@

{
"name": "accessibility-checker",
"version": "3.0.8",
"version": "3.1.0",
"description": "An automated testing tools for accessibility testing using Puppeteer, Selenium, or Zombie",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,6 +20,10 @@ # accessibility-checker

Use the command-line version:
* Install globally
```bash
$ npx achecker
$ npm install -g accessibility-checker
```
* Run command-line tool after globally installed
```bash
$ achecker
```

@@ -26,0 +30,0 @@ ## Getting Started

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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