Gathering detailed insights and metrics for exegesis-plugin-jsonschema
Gathering detailed insights and metrics for exegesis-plugin-jsonschema
Gathering detailed insights and metrics for exegesis-plugin-jsonschema
Gathering detailed insights and metrics for exegesis-plugin-jsonschema
An exegesis plugin to generate CRUD operations based on JSON schema definition
npm install exegesis-plugin-jsonschema
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
43 Commits
1 Watchers
13 Branches
2 Contributors
Updated on May 09, 2021
Latest Version
1.2.3
Package Id
exegesis-plugin-jsonschema@1.2.3
Unpacked Size
155.40 kB
Size
19.39 kB
File Count
34
NPM Version
7.12.0
Node Version
12.22.1
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
2
26
An exegesis plugin to generate CRUD operations based on JSON schema definition.
1npm install exegesis-plugin-jsonschema
Add this to your Exegesis options:
1const exegesisJSONSchemaPlugin = require( 'exegesis-plugin-jsonschema' ); 2 3var jsonShemaPlugin = exegesisJSONSchemaPlugin({}); 4await jsonSchemaPlugin.addSchema( path.resolve( __dirname, './model/root.json' ) ); 5 6options = { 7 plugins: [ 8 jsonSchemaPlugin 9 ] 10};
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/18 approved changesets -- 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
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
63 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