Gathering detailed insights and metrics for redux-form-auto-bootstrap4
Gathering detailed insights and metrics for redux-form-auto-bootstrap4
Gathering detailed insights and metrics for redux-form-auto-bootstrap4
Gathering detailed insights and metrics for redux-form-auto-bootstrap4
npm install redux-form-auto-bootstrap4
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
21 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Jul 20, 2020
Latest Version
1.0.4
Package Id
redux-form-auto-bootstrap4@1.0.4
Unpacked Size
72.28 kB
Size
16.07 kB
File Count
41
NPM Version
6.7.0
Node Version
10.1.0
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
4
5
redux-form-auto-bootstrap4
allows your React application to automatically generate forms and validation code using ReduxForm for state management and Bootstrap 4 for component rendering.
It extends redux-form-auto and the API is identical (documentation).
$ npm install redux-form-auto-bootstrap4 --save
Just like redux-form-auto
except you import this one. You are also in charge of importing bootstrap
.
1 import { Schema } from 'redux-form-auto-bootstrap4' 2 3 const client = new Schema('client', { 4 name: { 5 type: 'string', 6 required: true, 7 max: 32 8 }, 9 age: { 10 type: 'number' 11 } 12 }) 13 14 const MyForm = ({ onSubmit }) => 15 <Autoform 16 schema={client} 17 onSubmit={onSubmit} 18 />
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/21 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
branch protection not enabled on development/release branches
Details
Reason
32 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