Gathering detailed insights and metrics for felte
Gathering detailed insights and metrics for felte
Gathering detailed insights and metrics for felte
Gathering detailed insights and metrics for felte
npm install felte
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (86.37%)
Astro (5.41%)
JavaScript (4.78%)
Svelte (1.75%)
CSS (1.7%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,058 Stars
838 Commits
41 Forks
6 Watchers
23 Branches
29 Contributors
Updated on Jul 13, 2025
Latest Version
1.3.0
Package Id
felte@1.3.0
Unpacked Size
58.41 kB
Size
10.43 kB
File Count
19
NPM Version
10.9.0
Node Version
22.10.0
Published on
Oct 29, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Felte is a simple to use form library for Svelte. It is based on Svelte stores and Svelte actions for its functionality. No Field
or Form
components, just plain stores and actions to build your form however you like. You can see it in action in this CodeSandbox demo!
name
attribute is necessary).reporter
packages.1<script> 2 import { createForm } from 'felte' 3 4 const { form } = createForm({ 5 onSubmit: async (values) => { 6 /* call to an api */ 7 }, 8 }) 9</script> 10 11<form use:form> 12 <input type=text name=email> 13 <input type=password name=password> 14 <input type=submit value="Sign in"> 15</form>
1npm install --save felte 2 3# Or if you use yarn 4 5yarn add felte
To learn more about how to use felte
to handle your forms, check the official documentation.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 6/30 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
37 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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