
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.
Sveltekit and openlayers component library. Made with svelte 5.
pnpm add svol
Ensure you have the following installed in your project:
svol is built with Tailwind CSS v4. To ensure the components look correct in your project, you have two options for handling styles.
If you aren't using Tailwind CSS in your project, or you just want to get up and running quickly, import the pre-built stylesheet in your root +layout.svelte:
<script>
import 'svol/styles.css';
</script>
If you are already using Tailwind CSS v4 in your project, this is the recommended method. It allows Tailwind to scan svol for used classes, ensuring your final CSS bundle remains tiny and your theme variables are shared.
@import "tailwindcss";
/*
Tell Tailwind v4 to scan the svol library for classes. This ensures only the styles you actually use are bundled.
*/
@source "../node_modules/svol/dist/**/*.svelte";
Because svol uses standard Tailwind tokens, it will automatically inherit your project's theme. If you define a custom primary color, svol components will use it:
FAQs
Sveltekit and openlayers component library. Made with svelte 5.
We found that svol demonstrated a healthy version release cadence and project activity because the last version was released less than 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.