Gathering detailed insights and metrics for formik-devtools-extension
Gathering detailed insights and metrics for formik-devtools-extension
Gathering detailed insights and metrics for formik-devtools-extension
Gathering detailed insights and metrics for formik-devtools-extension
npm install formik-devtools-extension
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
80 Stars
43 Commits
3 Forks
1 Watching
1 Branches
1 Contributors
Updated on 01 Nov 2024
Minified
Minified + Gzipped
TypeScript (77.37%)
SCSS (15.59%)
JavaScript (5.74%)
HTML (1.29%)
Cumulative downloads
Total Downloads
Last day
-27.6%
1,793
Compared to previous day
Last week
-4.6%
15,256
Compared to previous week
Last month
55.9%
68,542
Compared to previous month
Last year
63.5%
510,107
Compared to previous year
1
1npm i formik-devtools-extension
<Formik/>
use:1import { withFormikDevtools } from "formik-devtools-extension"; 2 3/* ... */ 4 5<Formik> 6 {(formikProps) => { 7 withFormikDevtools(formikProps); 8 return <input type="file" {/* ... */}/> 9 } 10</Formik>
OR (both methods are equivalent) :
1// pass props with ReactElements
2
3<Formik>
4 {(formikProps) =>
5 withFormikDevtools(formikProps,
6 <div>
7 <input type="file" {/* ... */}/>
8 </div>)
9 }
10</Formik>
1withFormikDevtools(formikProps: FormikProps, children?: any): children | undefined
1getFormikDevtools(formName: string): withFormikDevtools
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
61 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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