
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
makeup-screenreader-trap
Advanced tools
Restricts screen reader virtual cursor to a single subtree in the DOM
This module restricts screen reader virtual cursor to a single subtree in the DOM. This behaviour is useful when implementing a modal interface (e.g. a modal dialog).
import * as screenreaderTrap from "makeup-screenreader-trap";
// trap an element
screenreaderTrap.trap(document.querySelector("el"));
// untrap the current trapped element
screenreaderTrap.untrap();
This module is still in an experimental state, until it reaches v1 you must consider all minor releases as breaking changes.
useHiddenProperty
: use hidden
property instead of aria-hidden
(default: false)FAQs
Restricts screen reader virtual cursor to a single subtree in the DOM
The npm package makeup-screenreader-trap receives a total of 13,504 weekly downloads. As such, makeup-screenreader-trap popularity was classified as popular.
We found that makeup-screenreader-trap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.