Gathering detailed insights and metrics for json-schema-to-proptypes
Gathering detailed insights and metrics for json-schema-to-proptypes
Gathering detailed insights and metrics for json-schema-to-proptypes
Gathering detailed insights and metrics for json-schema-to-proptypes
npm install json-schema-to-proptypes
Typescript
Module System
Node Version
NPM Version
69.4
Supply Chain
72
Quality
74.3
Maintenance
50
Vulnerability
99.3
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
5 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Mar 20, 2019
Latest Version
0.1.0
Package Id
json-schema-to-proptypes@0.1.0
Unpacked Size
218.86 kB
Size
79.33 kB
File Count
11
NPM Version
6.4.1
Node Version
10.10.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
Transform JSON Schema schemas to PropTypes.
This package was imported from and is a subset of https://github.com/dowjones/react-json-schema-proptypes. Doesn't depend on React
nor on PropTypes
packages.
Supports JSON Schema draft-04 schemas conversion to a custom PropType function that will validate against that schema.
1import jsonSchemaToPropTypes from './' 2 3const mySchema = { 4 type: 'object', 5 required: ['a'], 6 properties: { 7 a: { type: 'string' }, 8 b: { type: 'string' } 9 } 10} 11 12const myPropTypes = jsonSchemaToPropTypes(mySchema)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/5 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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
66 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