Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@three11/scrollspy
Advanced tools
A vanilla ES2017 module for scroll spy functionality.
npm i @three11/scrollspy
or
yarn add @three11/scrollspy
or
Just download this repository and link the files located in dist folder:
<script src="dist/index.min.js"></script>
First, import
the module:
import ScrollSpy from '@three11/scrollspy';
Then initialize a new instance of the module:
const scrollSpy = new ScrollSpy();
The default settings are:
linkCurrentClass : 'current', // The class that will be applied to the current element
linksContainerSelector: '.js-scroll-spy-nav', // The container of the scroll spy navigation
sectionSelector : '.js-scroll-spy-section', // The selector for the sections that will be monitored
headerOffset : true, // Should calculate the header height
headerClass : '.c-header', // The class of the header element
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
FAQs
Automatically update your navigation components based on scroll position to indicate which link is currently active in the viewport
The npm package @three11/scrollspy receives a total of 2 weekly downloads. As such, @three11/scrollspy popularity was classified as not popular.
We found that @three11/scrollspy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.