
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.
@d-zero/a11y-checklist
Advanced tools
@d-zero/a11y-checklist
ディーゼロ独自のアクセシビリティチェックリスト
チェックリストのデータはsrc/list.yaml
に記述されています。
パッケージのビルド時にJSON形式に変換され、dist/list.json
に出力されます。
yarn add @d-zero/a11y-checklist
import { a11yChecklist } from '@d-zero/a11y-checklist';
Viteなどを介してフロントエンドに読み込む必要がある場合、直接JSONデータを取得する際は以下のようにしてください。
/**
* @type {import('@d-zero/a11y-checklist').A11yChecklist}
*/
const json = (await import('@d-zero/a11y-checklist/json')).default;
FAQs
Database of WCAG Success Criterions
The npm package @d-zero/a11y-checklist receives a total of 0 weekly downloads. As such, @d-zero/a11y-checklist popularity was classified as not popular.
We found that @d-zero/a11y-checklist demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.