Installations
npm install github-issue-parser
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
11.1.0
NPM Version
6.8.0
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
codebytere
Download Statistics
Total Downloads
690
Last Day
2
Last Week
4
Last Month
9
Last Year
88
GitHub Statistics
4 Stars
7 Commits
1 Forks
1 Watching
8 Branches
1 Contributors
Bundle Size
111.33 kB
Minified
38.22 kB
Minified + Gzipped
Package Meta Information
Latest Version
0.0.2
Package Id
github-issue-parser@0.0.2
Unpacked Size
8.10 kB
Size
2.35 kB
File Count
8
NPM Version
6.8.0
Node Version
11.1.0
Total Downloads
Cumulative downloads
Total Downloads
690
Last day
0%
2
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
0%
9
Compared to previous month
Last year
-3.3%
88
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
2
GitHub Issue Parser
This module parses github issue templates from markdown into plain JavaScript objects. It understands both markdown headers and list items.
Example:
1* **Version**: 1.2.3 2* **Operating System:** Mac 3 4## Actual Behavior 5 6some bad behavior 7 8## Expected Behavior 9 10some good behavior
1const issueParser = require('github-issue-parser') 2 3const issueData = fs.readFileSync('/path/to/issue.md', 'utf8') 4const jsonBlob = issueParser(issueData) 5console.log(jsonBlob) 6/* 7{ 8 'Version:': { raw: '1.2.3', html: '1.2.3' }, 9 'Operating System:': { raw: 'Mac', html: 'Mac }, 10 'Actual Behavior': { 11 raw: 'some bad behavior', 12 html: '<p>some bad behavior</p>' 13 }, 14 'Expected Behavior': { 15 raw: 'some good behavior', 16 html: '<p>some good behavior</p>' 17 }, 18} 19*/
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/5 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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 2 are checked with a SAST tool
Reason
26 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c
- Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq
- Warn: Project is vulnerable to: GHSA-2j2x-2gpw-g8fm
- Warn: Project is vulnerable to: GHSA-4q6p-r6v2-jvc5
- Warn: Project is vulnerable to: GHSA-qqgx-2p2h-9c37
- Warn: Project is vulnerable to: GHSA-2pr6-76vf-7546
- Warn: Project is vulnerable to: GHSA-8j8c-7jfh-h6hx
- Warn: Project is vulnerable to: GHSA-6c8f-qphg-qjgp
- Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw
- Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-g6ww-v8xp-vmwg
- Warn: Project is vulnerable to: GHSA-9q5w-79cv-947m
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-4g88-fppr-53pp
- Warn: Project is vulnerable to: GHSA-4jqc-8m5r-9rpr
- Warn: Project is vulnerable to: GHSA-w5p7-h5w8-2hfq
- Warn: Project is vulnerable to: GHSA-c4w7-xm78-47vh
- Warn: Project is vulnerable to: GHSA-p9pc-299p-vxgp
Score
1.3
/10
Last Scanned on 2025-02-03
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