Gathering detailed insights and metrics for @stoplight/json-schema-viewer
Gathering detailed insights and metrics for @stoplight/json-schema-viewer
Gathering detailed insights and metrics for @stoplight/json-schema-viewer
Gathering detailed insights and metrics for @stoplight/json-schema-viewer
npm install @stoplight/json-schema-viewer
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
182 Stars
325 Commits
37 Forks
18 Watching
26 Branches
78 Contributors
Updated on 27 Nov 2024
TypeScript (98.64%)
JavaScript (1.16%)
HTML (0.19%)
Cumulative downloads
Total Downloads
Last day
66.6%
6,890
Compared to previous day
Last week
48.3%
42,817
Compared to previous week
Last month
1.5%
148,575
Compared to previous month
Last year
111.3%
1,545,733
Compared to previous year
A JSON Schema viewer React component
oneOf
and anyOf
combiner propertiesSupported in modern browsers and node.
1# latest stable 2yarn add @stoplight/json-schema-viewer
1// index.jsx 2import { JsonSchemaViewer } from "@stoplight/json-schema-viewer"; 3 4<JsonSchemaViewer 5 name="Todos Model" 6 schema={schema} 7 expanded={true} 8 hideTopBar={false} 9 emptyText="No schema defined" 10 defaultExpandedDepth={0} 11/>;
More examples can be find in the Storybook stories.
feature/{name}
, chore/{name}
, or fix/{name}
branch.yarn
.yarn test.prod
.yarn commit
. NOTE: Commits that don't follow the conventional format will be rejected. yarn commit
creates this format for you, or you can put it together manually and then do a regular git commit
.git push
.develop
branch.No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
all changesets reviewed
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
14 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