Gathering detailed insights and metrics for mdtable
Gathering detailed insights and metrics for mdtable
Gathering detailed insights and metrics for mdtable
Gathering detailed insights and metrics for mdtable
mdtable-omer-ui-sdk2
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0.
mdtable2json
No name given yet
mdtable2csv
convert markdown table to CSV format.
mdtable2domain
Utility that takes a md table and create a very specific json object
npm install mdtable
Typescript
Module System
Node Version
NPM Version
69.7
Supply Chain
77.6
Quality
75.1
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
13 Commits
1 Forks
13 Branches
1 Contributors
Updated on May 28, 2019
Latest Version
0.3.1
Package Id
mdtable@0.3.1
Unpacked Size
114.36 kB
Size
33.50 kB
File Count
6
NPM Version
5.6.0
Node Version
8.9.4
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
(╯°□°)╯︵ ┻━┻ Generate markdown tables
See it in action, https://mdtables.stobbs.xyz
1$ npm install mdtable
1$ yarn add mdtable
1const mdtable = require('mdtable') 2 3const table = { 4 header: ['A', 'B', 'C'], 5 alignment: ['L', 'C', 'R'], 6 rows: [ 7 ['1', '2', '3'], 8 ['4', '5', '6'], 9 ['7', '8', '9'] 10 ] 11} 12 13const settings = { 14 borders: true, // Toggle outer borders of the table 15 padding: 1 // Padding on each side of the longest string 16} 17 18mdtable(table, settings) 19// -> ` 20| A | B | C | 21|:--|:-:|--:| 22| 1 | 2 | 3 | 23| 4 | 5 | 6 | 24| 7 | 8 | 8 | 25`
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/10 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 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
68 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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