Gathering detailed insights and metrics for @lfranklin/scss-tokenizer
Gathering detailed insights and metrics for @lfranklin/scss-tokenizer
npm install @lfranklin/scss-tokenizer
Typescript
Module System
Node Version
NPM Version
72.6
Supply Chain
82.7
Quality
74.9
Maintenance
100
Vulnerability
100
License
JavaScript (99.81%)
CSS (0.19%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
818
Last Day
1
Last Week
3
Last Month
19
Last Year
90
MIT License
40 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Dec 11, 2017
Minified
Minified + Gzipped
Latest Version
0.2.5
Package Id
@lfranklin/scss-tokenizer@0.2.5
Size
5.67 kB
NPM Version
5.2.0
Node Version
8.9.1
Cumulative downloads
Total Downloads
Last Day
-50%
1
Compared to previous day
Last Week
-50%
3
Compared to previous week
Last Month
533.3%
19
Compared to previous month
Last Year
-32.3%
90
Compared to previous year
2
A tokenzier for Sass' SCSS syntax
npm install scss-tokenizer
1var scss = require('scss-tokenizer'); 2scss.tokenize(css);
tokenize
Tokenizes source css
and returns an ordered array of tokens with positional
data.
1var tokenizer = require('scss-tokenizer'); 2var tokens = tokenize.tokenize(css);
Arguments:
css (string|#toString)
: String with input CSS or any object
with toString()
method, like file stream.opts (object) optional
: options:
from
: the path to the source CSS file. You should always set from
,
because it is used in map generation and in syntax error messages.npm test
This project started as a fork of the PostCSS tokenizer.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
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
branch protection not enabled on development/release branches
Details
Score
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