
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.
ceri-side-nav
Advanced tools
a touch enabled, responsive side-nav.
npm install --save-dev ceri-side-nav
window.customElements.define("ceri-side-nav", require("ceri-side-nav"))
<ceri-side-nav target=#nav-toggle>
<li>First Text<li>
</ceri-side-nav>
<!-- margin on sibling elements will be set to when side-nav gets fixed -->
<container>
<!-- you can specify a target to toggle the nav -->
<button id=nav-toggle>toggle</button>
</container>
For examples see dev/
.
Name | type | default | description |
---|---|---|---|
target | String | null | Will attach toggling on given element, resolved by querySelector . |
fixed-screen-size | Number | 992 | Used with fixed . Above this size, the menu will stay opened. |
fixed | Boolean | false | should always show on large screens |
open | Boolean | false | set to open / close |
right | Boolean | false | attach to the right side instead of the left |
opacity | Number | 0.5 | opacity of the overlay |
z-index | Number | 1000 | minimum zIndex of the overlay. |
To not close the nav on a click inside, call e.preventDefault()
on click.
Name | description |
---|---|
fixed(isFixed:Boolean) | emitted when menu get fixed or unfixed on large screen. |
toggled(isOpened:Boolean) | emitted when menu gets opened or closed. |
<ceri-side-nav class=materialize>
</ceri-side-nav >
Clone repository.
npm install
npm run dev
Browse to http://localhost:8080/
.
Copyright (c) 2016 Paul Pflugradt Licensed under the MIT license.
FAQs
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.