Socket
Socket
Sign inDemoInstall

a11y-checker

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    a11y-checker

Identifies accessibility issues in your code.


Version published
Weekly downloads
500
increased by4.17%
Maintainers
1
Install size
15.5 kB
Created
Weekly downloads
 

Readme

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

Last updated on 04 Sep 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc