New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@github/axe-github

Package Overview
Dependencies
Maintainers
20
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/axe-github

Custom rules and configuration recommendations for the `axe-core` library for GitHub projects

Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
39K
12.08%
Maintainers
20
Weekly downloads
 
Created
Source

axe-github

Custom rules and configuration recommendations for the axe-core library for GitHub projects.

Custom rules

These are the custom rules contained in this package:

  • avoid-both-disabled-and-aria-disabled
  • empty-summary
  • menuitem-should-be-interactive
  • nested-forms
  • submit-reset-button-must-be-in-form

Configuration

We recommend running axe-core defaults.

Basic usage

import axe from 'axe-core'
import customRules from '@github/axe-github'

axe.configure(customRules)
axe.run(...)

FAQs

Package last updated on 24 Jan 2023

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