Gathering detailed insights and metrics for scss-comment-parser
Gathering detailed insights and metrics for scss-comment-parser
Gathering detailed insights and metrics for scss-comment-parser
Gathering detailed insights and metrics for scss-comment-parser
npm install scss-comment-parser
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
10 Stars
110 Commits
13 Forks
4 Watchers
3 Branches
8 Contributors
Updated on Apr 13, 2022
Latest Version
0.8.4
Package Id
scss-comment-parser@0.8.4
Size
2.87 kB
NPM Version
5.6.0
Node Version
9.5.0
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
Parse ///
comments and extracts context from SCSS.
1npm install --save scss-comment-parser
1var ScssCommentParser = require('scss-comment-parser'); 2 3var annotations = { 4 _: { 5 alias: { 6 'aliasTest': 'annotationTest' 7 } 8 }, 9 annotationTest: function ( commentLine ) { 10 return 'Working'; 11 } 12}; 13 14var parser = new ScssCommentParser( annotations ); 15 16 17var scss = /* Load Scss */ 18var comments = parser.parse ( scss ); 19 20console.log(comments);
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
cdocparser@0.14.0
0.6.0
cdocparser@0.13.0
0.5.1-rc1
cdocparser@0.5.0
0.5.0
cdocparser@0.4.0
0.4.0
cdocparser@0.3.0
supporting ///
commentscontext.line
with start, end
value for each detected code part0.3.2
context.code
to type placeholder
.0.3.1
cdocparser
0.2.10.3.0
0.2.4
context.code
0.2.3
function
and mixin
. (See #11)0.2.2
context.code
to type function
and mixin
containing the whole code.0.2.1
0.1.2
0.1.1
@
0.1.0
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 5/16 approved changesets -- score normalized to 3
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
license file not detected
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
28 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