Gathering detailed insights and metrics for showdown-highlightjs-extension
Gathering detailed insights and metrics for showdown-highlightjs-extension
Gathering detailed insights and metrics for showdown-highlightjs-extension
Gathering detailed insights and metrics for showdown-highlightjs-extension
Showdown extension for highlightjs
npm install showdown-highlightjs-extension
Typescript
Module System
Node Version
NPM Version
66.6
Supply Chain
81.8
Quality
73.9
Maintenance
100
Vulnerability
100
License
JavaScript (60.93%)
TypeScript (30.73%)
HTML (8.33%)
Total Downloads
285,881
Last Day
42
Last Week
1,615
Last Month
3,795
Last Year
17,822
MIT License
6 Stars
10 Commits
2 Watchers
3 Branches
1 Contributors
Updated on Oct 25, 2021
Minified
Minified + Gzipped
Latest Version
0.1.2
Package Id
showdown-highlightjs-extension@0.1.2
Size
4.56 kB
NPM Version
3.10.10
Node Version
7.3.0
Cumulative downloads
Total Downloads
Last Day
68%
42
Compared to previous day
Last Week
-5.3%
1,615
Compared to previous week
Last Month
291.6%
3,795
Compared to previous month
Last Year
-34.9%
17,822
Compared to previous year
1
1
showdown
extension for highlightjs
.
1// typscript 2import * as showdown from 'showdown' 3import 'showdown-highlightjs-extension` 4 5const converter = new showdown.Converter({ extensions: [ 'highlightjs' ]}) 6const text = 'Some text with code block (```<language> ... ```)' 7const html = converter.makeHtml(text)
1# right after clone 2npm install 3 4# begin making changes 5git checkout -b <branch> 6npm run watch 7 8# edit `webpack.config.dev.js` to exclude dependencies for the global build. 9 10# after making change(s) 11git commit -m "<commit message>" 12git push 13 14# create PR
There are a few useful commands you can use during development.
1# Run tests (and lint) automatically whenever you save a file. 2npm run watch 3 4# Run tests with coverage stats (but won't fail you if coverage does not meet criteria) 5npm run test 6 7# Manually verify the project. 8# This will be ran during 'npm preversion' so you normally don't need to run this yourself. 9npm run verify 10 11# Build the project. 12# You normally don't need to do this. 13npm run build 14 15# Run tslint 16# You normally don't need to do this as `npm run watch` and `npm version` will automatically run lint for you. 17npm run lint
Generated by generator-unional@0.1.2
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/10 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-04-28
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