Gathering detailed insights and metrics for @sveltejs/vite-plugin-svelte
Gathering detailed insights and metrics for @sveltejs/vite-plugin-svelte
Gathering detailed insights and metrics for @sveltejs/vite-plugin-svelte
Gathering detailed insights and metrics for @sveltejs/vite-plugin-svelte
@sveltejs/vite-plugin-svelte-inspector
A [Svelte](https://svelte.dev) inspector plugin for [Vite](https://vitejs.dev).
@sveltejs/enhanced-img
Image optimization for your Svelte apps
vite-plugin-svelte-inspector
Play with the [LIVE DEMO](https://stackblitz.com/edit/sveltejs-kit-template-default-gnpnjl).
vite-plugin-redirect
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
Svelte plugin for https://vite.dev
npm install @sveltejs/vite-plugin-svelte
Typescript
Module System
Min. Node Version
Node Version
NPM Version
68
Supply Chain
69.7
Quality
88.5
Maintenance
100
Vulnerability
98.6
License
@sveltejs/vite-plugin-svelte@4.0.4
Updated on Dec 18, 2024
@sveltejs/vite-plugin-svelte@5.0.3
Updated on Dec 18, 2024
@sveltejs/vite-plugin-svelte@4.0.3
Updated on Dec 12, 2024
@sveltejs/vite-plugin-svelte@5.0.2
Updated on Dec 12, 2024
@sveltejs/vite-plugin-svelte-inspector@4.0.1
Updated on Nov 26, 2024
@sveltejs/vite-plugin-svelte@5.0.1
Updated on Nov 26, 2024
JavaScript (59%)
TypeScript (27.78%)
Svelte (10.79%)
HTML (2.35%)
SCSS (0.05%)
CSS (0.02%)
Total Downloads
55,785,017
Last Day
108,722
Last Week
629,062
Last Month
2,744,425
Last Year
27,492,034
MIT License
917 Stars
882 Commits
114 Forks
14 Watchers
20 Branches
51 Contributors
Updated on May 08, 2025
Latest Version
5.0.3
Package Id
@sveltejs/vite-plugin-svelte@5.0.3
Unpacked Size
123.49 kB
Size
33.06 kB
File Count
33
NPM Version
10.9.0
Node Version
22.12.0
Published on
Dec 18, 2024
Cumulative downloads
Total Downloads
Last Day
30%
108,722
Compared to previous day
Last Week
4.4%
629,062
Compared to previous week
Last Month
-5.9%
2,744,425
Compared to previous month
Last Year
59.9%
27,492,034
Compared to previous year
5
The official Svelte plugin for Vite.
1npm install --save-dev @sveltejs/vite-plugin-svelte
1// vite.config.js 2import { defineConfig } from 'vite'; 3import { svelte } from '@sveltejs/vite-plugin-svelte'; 4 5export default defineConfig({ 6 plugins: [ 7 svelte({ 8 /* plugin options */ 9 }) 10 ] 11});
Package | Changelog |
---|---|
@sveltejs/vite-plugin-svelte | Changelog |
@sveltejs/vite-plugin-svelte-inspector | Changelog |
Join the Svelte Discord server!
pnpm i
to install dependenciespnpm dev
in packages/vite-plugin-svelte
to autobuild pluginpnpm dev
in packages/playground/xxx
to start a Vite appNote that changes in the plugin needs restart of the Vite dev server.
No vulnerabilities found.
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
19 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 7/10 approved changesets -- score normalized to 7
Reason
3 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-04-28
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More