Gathering detailed insights and metrics for pdfmake-to-html
Gathering detailed insights and metrics for pdfmake-to-html
npm install pdfmake-to-html
Typescript
Module System
Node Version
NPM Version
69.9
Supply Chain
73.6
Quality
75.1
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
5,362
Last Day
19
Last Week
96
Last Month
426
Last Year
3,053
7 Stars
6 Commits
2 Forks
5 Watching
2 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
1.1.0
Package Id
pdfmake-to-html@1.1.0
Size
36.80 kB
NPM Version
4.4.4
Node Version
7.6.0
Cumulative downloads
Total Downloads
Last day
18.8%
19
Compared to previous day
Last week
11.6%
96
Compared to previous week
Last month
3.9%
426
Compared to previous month
Last year
546.8%
3,053
Compared to previous year
Convert pdfmake's JSON tree into a DOM tree
yarn add pdfmake-to-html
1import pdfmakeToHTML from 'pdfmake-to-html' 2 3const documentDefinition = { 4 table: { 5 body: [ 6 [ `I'm a column`, `I'm a column` ], 7 ] 8 }, 9} 10 11const dom = pdfmakeToHTML(documentDefinition) // that's it!
Not all structures are supported until this very moment and there are a lot of specifics for my usage now (semantic UI, table renders actually to a grid). But I intend to make it more general purpose in the near future.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
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
78 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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