
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
gatsby-plugin-axe-core-react
Advanced tools
A Gatsby plugin that checks @axe-core/react rules against Gatsby markup for accessibility testing
A Gatsby plugin to add @axe-core/react accessibility testing to Gatsby markup.
yarn add @axe-core/react axe-core gatsby-plugin-axe-core-react --dev
// In your gatsby-config.js
plugins: [`gatsby-plugin-axe-core-react`]
or
// In your gatsby-config.js
plugins: [
{
resolve: 'gatsby-plugin-axe-core-react',
options: {
axeConfig,
axeContext,
debounce,
},
},
]
React-axe will now print a11y warnings to your browser's console. 🎉
You can use the following options if you wish to to override the default config.
axeConfig [object][optional]
The configuration object for axe-core.
axeContext [object][optional]
Used to specify which element should and which should not be tested.
debounce [number][optional][default: 1000]
The number of milliseconds to wait for component updates to cease before performing an analysis of all the changes.
FAQs
A Gatsby plugin that checks @axe-core/react rules against Gatsby markup for accessibility testing
The npm package gatsby-plugin-axe-core-react receives a total of 698 weekly downloads. As such, gatsby-plugin-axe-core-react popularity was classified as not popular.
We found that gatsby-plugin-axe-core-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.