Installations
npm install @eklingen/vinyl-stream-sass
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>=20.9.0
Node Version
20.9.0
NPM Version
10.1.0
Score
57.8
Supply Chain
75.9
Quality
75.9
Maintenance
100
Vulnerability
93.2
License
Releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
eklingen
Download Statistics
Total Downloads
13,979
Last Day
9
Last Week
26
Last Month
75
Last Year
1,599
GitHub Statistics
1 Stars
80 Commits
2 Watching
4 Branches
1 Contributors
Bundle Size
387.58 kB
Minified
95.66 kB
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
13,979
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
Optional Dependencies
1
Small vinyl-stream wrapper -aka Gulp plugin- for sass (dart-sass)
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.
Installation
yarn install
. Or npm install
. Or just copy the files to your own project.
Usage
1const sassWrapper = require('@eklingen/vinyl-stream-sass') 2stream.pipe(sassWrapper())
Options
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})
Dependencies
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
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
- Warn: no pull requests merged into dev branch
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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
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