Gathering detailed insights and metrics for node-sass-tilde-importer
Gathering detailed insights and metrics for node-sass-tilde-importer
Gathering detailed insights and metrics for node-sass-tilde-importer
Gathering detailed insights and metrics for node-sass-tilde-importer
A node-sass custom importer which turns ~ into absolute paths to the nearest parent node_modules directory.
npm install node-sass-tilde-importer
96.9
Supply Chain
65.7
Quality
77.7
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
43 Stars
32 Commits
9 Forks
3 Watching
15 Branches
4 Contributors
Updated on 21 Nov 2022
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
4.8%
28,038
Compared to previous day
Last week
2.6%
149,710
Compared to previous week
Last month
20.3%
638,816
Compared to previous month
Last year
-39.2%
6,958,226
Compared to previous year
1
1
A node-sass custom importer which turns ~ into absolute paths to the nearest parent node_modules directory.
1npm install node-sass-tilde-importer --save-dev
1var sass = require('node-sass'); 2var tildeImporter = require('node-sass-tilde-importer'); 3 4var result = sass.renderSync({ 5 data: scss_content, 6 importer: tildeImporter 7});
node-sass
cli example:
1node-sass style.scss --importer=node_modules/node-sass-tilde-importer
Please refer to the node-sass readme for full instruction on how to use custom importers.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 6/23 approved changesets -- score normalized to 2
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
56 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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