Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@area17/fractal-axe-a11y
Advanced tools
A Fractal add on to test your components for accessibility issues using Axe
This addon adds accessibility testing to your Fractal components using Axe.
To install Fractal Axe A11y to your Fractal instance use:
npm install @area17/fractal-axe-a11y
fractal.config.js
project configuration:// require fractal theme
const mandelbrot = require('@frctl/mandelbrot');
const axeA11y = require('@area17/fractal-axe-a11y');
// configure theme
const theme = mandelbrot({ ... })
// Update theme config with a11y panel
axeA11y(theme);
// init theme
fractal.web.theme(theme);
preview-a11y.js
in Fractal preview
template:<script src="{{ path '/axe-a11y/a11y.js' }}"></script>
data-axe-test-target
to your preview
template to the container of your main yield:<main data-axe-test-target>
{{{ yield }}}
</main>
FAQs
A Fractal add on to test your components for accessibility issues using Axe
We found that @area17/fractal-axe-a11y demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.