Gathering detailed insights and metrics for inuit-scss-comment-parser
Gathering detailed insights and metrics for inuit-scss-comment-parser
Gathering detailed insights and metrics for inuit-scss-comment-parser
Gathering detailed insights and metrics for inuit-scss-comment-parser
npm install inuit-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
94 Commits
1 Watchers
2 Branches
1 Contributors
Updated on Oct 16, 2016
Latest Version
0.8.3
Package Id
inuit-scss-comment-parser@0.8.3
Size
3.04 kB
NPM Version
3.10.3
Node Version
6.7.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
1
Parse ///
comments and extracts context from SCSS.
This is a fork of the original SassDoc's SCSS parser. The only modification I made was to allow block comments, to try and use it with the comment style of inuitcss.
Thanks for the original authors for the great tool and @pascalduez for pointing me in this direction here.
1npm install --save scsscommentparser
1var ScssCommentParser = require('scsscommentparser'); 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.2
-> this fork only0.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
0 existing vulnerabilities detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
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