Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
ember-a11y-landmarks
Advanced tools
An ember addon for easier creation of correct landmark regions for better accessibility.
Assistive technology (AT) (like screen readers) needs the right HTML semantic elements and/or roles in order to parse the page correctly. This addon helps make it easier for Ember developers by adding the correct role to the HTML element.
ember install ember-a11y-landmarks
tagName
unless it's a div, then define the landmarkRole
instead.To use as header element, put this in your template:
{{#a11y-landmark tagName="header"}}
...
{{/a11y-landmark}}
The element is then a <header>
and the role="banner"
is added automatically.
If defining a form, no additional landmarkRole
is required. However, if the form will be used as a search, then the landmarkRole
value should be set to search
.
Form:
{{#a11y-landmark tagName="form"}}
...
{{/a11y-landmark}}
Search:
{{#a11y-landmark tagName="form" landmarkRole="search"}}
...
{{/a11y-landmark}}
Contributions to this project are encouraged.
FAQs
An ember addon for easier creation of correct landmark regions for better accessibility.
The npm package ember-a11y-landmarks receives a total of 0 weekly downloads. As such, ember-a11y-landmarks popularity was classified as not popular.
We found that ember-a11y-landmarks demonstrated a not healthy version release cadence and project activity because the last version was released 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.