Gathering detailed insights and metrics for @sveltejs/vite-plugin-svelte-inspector
Gathering detailed insights and metrics for @sveltejs/vite-plugin-svelte-inspector
Svelte plugin for https://vite.dev
npm install @sveltejs/vite-plugin-svelte-inspector
Typescript
Module System
Min. Node Version
Node Version
NPM Version
62.3
Supply Chain
63.7
Quality
86.5
Maintenance
50
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 (42.56%)
Svelte (36.97%)
TypeScript (17.62%)
HTML (2.02%)
CSS (0.8%)
SCSS (0.03%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
30,306,358
Last Day
35,316
Last Week
555,014
Last Month
2,240,998
Last Year
22,041,836
MIT License
888 Stars
868 Commits
111 Forks
15 Watchers
19 Branches
51 Contributors
Updated on Feb 15, 2025
Latest Version
4.0.1
Package Id
@sveltejs/vite-plugin-svelte-inspector@4.0.1
Unpacked Size
25.28 kB
Size
9.02 kB
File Count
12
NPM Version
10.9.0
Node Version
22.11.0
Published on
Nov 26, 2024
Cumulative downloads
Total Downloads
Last Day
-0.9%
35,316
Compared to previous day
Last Week
0.4%
555,014
Compared to previous week
Last Month
25.8%
2,240,998
Compared to previous month
Last Year
166.7%
22,041,836
Compared to previous year
1
3
3
A Svelte inspector plugin for Vite.
1// vite.config.js 2import { defineConfig } from 'vite'; 3import { svelte } from '@sveltejs/vite-plugin-svelte'; 4import { svelteInspector } from '@sveltejs/vite-plugin-svelte-inspector'; 5 6export default defineConfig({ 7 plugins: [ 8 // the svelte plugin is required to work 9 svelte(), 10 svelteInspector({ 11 /* plugin options */ 12 }) 13 ] 14});
No vulnerabilities found.
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
30 commit(s) and 17 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
2 existing vulnerabilities detected
Details
Reason
Found 10/13 approved changesets -- score normalized to 7
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-02-10
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