Gathering detailed insights and metrics for tacnoman-scss-tokenizer
Gathering detailed insights and metrics for tacnoman-scss-tokenizer
npm install tacnoman-scss-tokenizer
Typescript
Module System
Node Version
NPM Version
72
Supply Chain
82.7
Quality
75.1
Maintenance
100
Vulnerability
100
License
JavaScript (99.43%)
SCSS (0.57%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
1,098
Last Day
2
Last Week
3
Last Month
24
Last Year
109
MIT License
24 Stars
63 Commits
22 Forks
7 Watchers
18 Branches
9 Contributors
Updated on May 17, 2024
Minified
Minified + Gzipped
Latest Version
0.3.1
Package Id
tacnoman-scss-tokenizer@0.3.1
Unpacked Size
36.58 kB
Size
5.93 kB
File Count
12
NPM Version
4.2.0
Node Version
7.10.0
Cumulative downloads
Total Downloads
Last Day
100%
2
Compared to previous day
Last Week
-62.5%
3
Compared to previous week
Last Month
140%
24
Compared to previous month
Last Year
-7.6%
109
Compared to previous year
2
7
A tokenizer 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
license file detected
Details
Reason
Found 3/19 approved changesets -- score normalized to 1
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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
63 existing vulnerabilities detected
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