
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
org.webjars.bowergithub.fluorumlabs:scroll-target
Advanced tools
<scroll-target> is a really simple web component for making scrolling easier.
ll you need to do is to wrap the content you want to scroll to and call ensureVisibility():
<button onclick="document.getElementById('target').ensureVisibility()">Click me!</button>
...
<scroll-target id="target">
<h2>I'm the content you want to see</h2>
<p>...</p>
</scroll-target>
<scroll-target top-offset="<offset-in-pixels>">
top-offset defines a space that should be reserved for fixed top menu when scrolling. 0 by default. Can be changed in runtime by calling scrollTargetElement.setTopOffset(...).
scrollTargetElement.setTopOffset(<offset-in-pixels>);
setTopOffset defines a space that should be reserved for fixed top menu when scrolling. Can be set via top-offset attribute.
scrollTargetElement.ensureVisibility(<delay-in-milliseconds>);
ensureVisibility scrolls to make the wrapped content visible. If optional <delay-in-milliseconds> is specified, scrolling will be delayed by specified amount of time.
FAQs
WebJar for scroll-target
We found that org.webjars.bowergithub.fluorumlabs:scroll-target demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.