
Research
/Security News
Popular Tinycolor npm Package Compromised in Supply Chain Attack Affecting 40+ Packages
Malicious update to @ctrl/tinycolor on npm is part of a supply-chain attack hitting 40+ packages across maintainers
A frontend library for continuous accessibility testing and issue highlighting.
Accented is a visual library based on axe-core that helps identify issues as soon as they are introduced.
It adds interactive visual callouts for all accessibility issues that axe-core identifies.
Example — without Accented vs. with Accented:
Try it out at the Playground (StackBlitz).
Accented can complement other tools commonly used for accessibility testing:
eslint-plugin-jsx-a11y
is great, and linters validate the whole codebase, but some issues can only be detected on the rendered page. For example, the linter cannot find issues with color contrast or heading order. Besides, Accented is not framework-specific.@axe-core/playwright
. For that, however, you need to write a test case for every state of the application that you want to test. Accented instead automatically tests anything that’s currently on the page in your browser.Learn more about Accented at accented.dev.
Install:
npm install --save-dev accented
Import and run at any moment during your app’s initialization:
if (isDevelopment) {
const { accented } = await import("accented");
accented();
}
⚠️ Heads up! Don’t expose Accented to your users. It’s for development use only.
See the docs for your bundler or framework for how to run code only in the development environment.
Contributions are welcome!
Have feedback or ideas? Contact Pavel at hello@pavelpomerantsev.com.
FAQs
A frontend library for continuous accessibility testing and issue highlighting
The npm package accented receives a total of 2,089 weekly downloads. As such, accented popularity was classified as popular.
We found that accented demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
/Security News
Malicious update to @ctrl/tinycolor on npm is part of a supply-chain attack hitting 40+ packages across maintainers
Security News
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.