Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@wedgekit/a11y
Advanced tools
Wedgekit A11y is meant to provide helpful components and helpers for creating applications that are accessible to all peoples in a consistent and predictable way.
⚠️ Warning: The @wedgekit/a11y
API will be substantially rewritten in v5. To avoid unnecessary tech debt, it is not advised to add @wedgekit/a11y
to new applications until the release of @wedgekit/a11y@5.0.0
. This documentation is solely for maintenance purposes only.
In order to use @wedgekit/a11y
components your application needs to be wrapped in the A11yProvider
. This does not render anything visible; it merely serves to provide context to components deeper within the app.
import { A11yProvider } from '@wedgekit/a11y';
const App = () => (
<A11yProvider>
<YourApp />
</A11yProvider>
);
@wedgekit/a11y
handles two main concerns: a skip navigation bar and a keyboard shortcuts modal
FAQs
Accessibility wrappers and helpers for WedgeKit
We found that @wedgekit/a11y demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.