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

a11y-checker

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a11y-checker

Identifies accessibility issues in your code.

  • 2.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
469
decreased by-2.9%
Maintainers
1
Weekly downloads
 
Created
Source

a11y checker

Identifies accessibility issues in HTML markup.

Install

npm install --save a11y-checker

Usage

  • Import a11yChecker
import a11yChecker from 'a11y-checker';
  • Call it after page loads:
a11yChecker();

Live Examples

  • JS Live Example
  • JS Code Example
  • React Live Example
  • React Code Example

Contribute

  • clone project
    git clone git@github.com:Muhnad/a11y-checker.git
    
  • cd a11y-checker/
  • npm i
  • npm start to run eslint on watch mode and server at localhost:8080.
  • npm run build to generate a minified, production-ready build.

Files structure

  • src: for development files.
    • head: for check everything happens inside <head>
    • body: for check everything happens inside <body>

Rules

Docs

Keywords

FAQs

Package last updated on 04 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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