Gathering detailed insights and metrics for @microfleet/schema2md
Gathering detailed insights and metrics for @microfleet/schema2md
Gathering detailed insights and metrics for @microfleet/schema2md
Gathering detailed insights and metrics for @microfleet/schema2md
npm install @microfleet/schema2md
Typescript
Module System
Node Version
NPM Version
@microfleet/mdoc@0.1.4
Updated on Sep 17, 2020
@microfleet/schema2md@0.1.2
Updated on Sep 15, 2020
@microfleet/apidoc-plugin-json-schema@0.1.2
Updated on Sep 15, 2020
@microfleet/mdoc@0.1.2
Updated on Sep 15, 2020
@microfleet/schema-tools@0.1.2
Updated on Sep 15, 2020
@microfleet/mdoc@0.1.1
Updated on Sep 01, 2020
TypeScript (92.15%)
EJS (6.64%)
JavaScript (1.21%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
13 Commits
4 Watchers
14 Branches
3 Contributors
Updated on Sep 24, 2022
Latest Version
0.1.3
Package Id
@microfleet/schema2md@0.1.3
Unpacked Size
28.62 kB
Size
7.79 kB
File Count
31
NPM Version
lerna/3.22.1/node@v12.16.1+x64 (linux)
Node Version
12.16.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
1
Converts parsed JsonSchema into json2md
compatible datastructures.
yarn add @microfleet/schema2md
linkTo?
: (ref: SchemaRef) => string - function used when generating link href to the reference.linkFrom?
: (node: SchemaNode) => string - function used when generating link name for the reference.For full working example please see tests or @microfleet/mdoc-markdow.
Please referer this page for schemas used in this example.
1const { SchemaNode } = require('@microfleet/schema-tools') 2const { Renderer } = require('@microfleet/schema2md') 3const json2md = require('json2md') 4 5const schemaTree = SchemaNode.parse(resolved) 6 7const renderer = new Renderer() 8const json2mdSchema = renderer.render(schemaTree) 9 10const markdown = json2md(json2mdSchema)
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/12 approved changesets -- 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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
79 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