
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@barebones/a11y-skipper
Advanced tools
A skip menu generation plugin inspired by the robust LinkedIn skip menu
If any ID passed into the Skipper.init() object are not present on the current page they will not show up in the menu.
npm install @barebones/a11y-skipper --save
import '@barebones/a11y-skipper';
Barebones.skipper.init( {
targetElement: '#a11y-catcher',
primary: ['Skip to content', '#main'],
secondary: ['Skip to search', '#search'],
menu: [
{ label: 'Navigation', id: '#nav' },
{ label: 'Sidebar', id: '#sidebar' },
{ label: 'Footer', id: '#footer' }
],
open: false
} );
@import url("@barebones/a11y-skipper");
/* Update the color variables if you want */
:root {
--c-a11y-skipper-branding: black;
--c-a11y-skipper-branding-inverse: white;
}
/* Add more CSS here if you need to override anything */
<!--Matches the ID passed into Skipper.init()-->
<div id="a11y-catcher">
<!--A no-JS fallback skip link-->
<a href="#main">skip to content</a>
</div>
<!--Matches the secondary string ID passed into Skipper.init()-->
<div id="search">Your search stuff here.</div>
<!--Matches the primary string ID passed into Skipper.init()-->
<div id="main">Your main content here.</div>
FAQs
A skip menu generation plugin inspired by the robust LinkedIn skip menu
The npm package @barebones/a11y-skipper receives a total of 0 weekly downloads. As such, @barebones/a11y-skipper popularity was classified as not popular.
We found that @barebones/a11y-skipper 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
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.