
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
svelte-scrollprogress
Advanced tools
A powerful package that adds a customizable scroll meter to your website or web application. It dynamically displays your scrolling progress and allows you to position it anywhere - top, bottom, left, or right - to fit your design perfectly.
Shows your scroll progress, as you scroll
pnpm add -D svelte-scrollprogressnpm install -D svelte-scrollprogressyarn add -D svelte-scrollprogressUsing this component is very easy. Just import it and you are good to go
<script>
import Progress from "svelte-scrollprogress";
</script>
s
<Progress color="orange" background="green" zIndex="9999" height="10px" />
This component is very customizable, almost everything can be changed
| Property | Type | Description | Default |
|---|---|---|---|
| color | String | The color of the scrollbar component. Any valid CSS background property is allowed. Including images too | tomato |
| position | String | The position of the scrollbar component. Valid values are "top", "bottom", "left" and right" | bottom |
| zIndex | Integer | The order of overlapping elements | 999 |
| height | String | The height or width of the scrollbar component. Any valid CSS size value is allowed | 5px |
| background | String | The background color of the scroll bar component. Any valid CSS background property is accepted | transparent |
The component does fire some events
| Event Name | Description |
|---|---|
| change | This is called whenever the scroll value changes |
FAQs
A powerful package that adds a customizable scroll meter to your website or web application. It dynamically displays your scrolling progress and allows you to position it anywhere - top, bottom, left, or right - to fit your design perfectly.
The npm package svelte-scrollprogress receives a total of 0 weekly downloads. As such, svelte-scrollprogress popularity was classified as not popular.
We found that svelte-scrollprogress 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.