
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
@bluecadet/cadetfrctl
Advanced tools
Adds an `a11y` panel to Fractal that runs AXE tests against the current component in the preview window.
Adds an a11y panel to Fractal that runs AXE tests against the current component in the preview window.
npm -i -D @bluecadet/cadetfrctl @frctl/mandelbrot
In fractal.config.js, add the following lines:
const mandelbrot = require('@frctl/mandelbrot');
const theme = require('@bluecadet/cadetfrctl')(mandelbrot);
fractal.web.theme(theme);
You can add options that you would normally pass to the mandelbrot theme by passing options in an object:
const mandelbrot = require('@frctl/mandelbrot');
const theme = require('cadetfrctl')(mandelbrot, {
panels: ['html', 'a11y']
});
fractal.web.theme(theme);
If a component has a violation that is not relevant to the context of the component (like a component that only contains an h3, for example), you can add the AXE violation id to a knownViolations array the config file:
// example.config.js
module.exports = {
title: 'Example Component',
context: {
text: 'Hello World!'
},
knownViolations: [
'landmark-one-main',
'page-has-heading-one',
'region'
]
}
FAQs
Adds an `a11y` panel to Fractal that runs AXE tests against the current component in the preview window.
We found that @bluecadet/cadetfrctl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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 has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.