Gathering detailed insights and metrics for postcss-sass
Gathering detailed insights and metrics for postcss-sass
A Sass parser for PostCSS, using gonzales-pe. https://www.npmjs.com/package/postcss-sass
npm install postcss-sass
Typescript
Module System
Min. Node Version
Node Version
NPM Version
98.2
Supply Chain
73.3
Quality
80.8
Maintenance
100
Vulnerability
100
License
JavaScript (85.89%)
Sass (14.11%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
514,162,812
Last Day
212,224
Last Week
1,111,145
Last Month
4,520,593
Last Year
52,890,710
MIT License
92 Stars
452 Commits
12 Forks
6 Watchers
11 Branches
9 Contributors
Updated on Nov 13, 2024
Minified
Minified + Gzipped
Latest Version
0.5.0
Package Id
postcss-sass@0.5.0
Size
6.09 kB
NPM Version
6.14.10
Node Version
14.15.4
Published on
May 08, 2021
Cumulative downloads
Total Downloads
Last Day
7.9%
212,224
Compared to previous day
Last Week
8.2%
1,111,145
Compared to previous week
Last Month
10.3%
4,520,593
Compared to previous month
Last Year
-24.8%
52,890,710
Compared to previous year
2
21
A Sass parser for PostCSS, using gonzales-pe.
Not all Sass syntax supported. Parser under development.
This module does not compile Sass. It simply parses mixins as custom at-rules & variables as properties, so that PostCSS plugins can then transform Sass source code alongside CSS.
npm i postcss-sass --save
1var postcssSass = require("postcss-sass"); 2 3postcss(plugins).process(sass, { syntax: postcssSass }).then(function (result) { 4 result.content // Sass with transformations 5});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 4/10 approved changesets -- score normalized to 4
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
26 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-03-10
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