Gathering detailed insights and metrics for @eklingen/vinyl-stream-sass
Gathering detailed insights and metrics for @eklingen/vinyl-stream-sass
npm install @eklingen/vinyl-stream-sass
Typescript
Module System
Min. Node Version
Node Version
NPM Version
57.8
Supply Chain
75.9
Quality
75.9
Maintenance
100
Vulnerability
93.2
License
JavaScript (100%)
Total Downloads
13,979
Last Day
9
Last Week
26
Last Month
75
Last Year
1,599
1 Stars
80 Commits
2 Watching
4 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
6.0.0
Package Id
@eklingen/vinyl-stream-sass@6.0.0
Unpacked Size
8.50 kB
Size
3.62 kB
File Count
5
NPM Version
10.1.0
Node Version
20.9.0
Publised On
12 Jan 2024
Cumulative downloads
Total Downloads
Last day
-65.4%
9
Compared to previous day
Last week
-33.3%
26
Compared to previous week
Last month
-27.9%
75
Compared to previous month
Last year
-44.1%
1,599
Compared to previous year
1
1
Run Sass within your streams. This fully supports source maps.
NOTE: No tests have been written yet! NOTE: Since v5.0.0, the binary option has been removed.
yarn install
. Or npm install
. Or just copy the files to your own project.
1const sassWrapper = require('@eklingen/vinyl-stream-sass') 2stream.pipe(sassWrapper())
There are a few options.
sass
These options are passed verbatim into sass
. For more information, see the "sass" documentation.
1sassWrapper({ 2 outputStyle: 'compressed', // or 'extended' 3 charset: true, 4 errorCss: true, 5 sourceMap: true, 6 sourceMapContents: true 7})
This package requires "sass" and "source-map".
Copyright (c) 2019 Elco Klingen. MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- 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-01-27
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