Gathering detailed insights and metrics for @gkatsev/grunt-sass
Gathering detailed insights and metrics for @gkatsev/grunt-sass
Gathering detailed insights and metrics for @gkatsev/grunt-sass
Gathering detailed insights and metrics for @gkatsev/grunt-sass
npm install @gkatsev/grunt-sass
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (89.09%)
CSS (10.91%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,016 Stars
177 Commits
210 Forks
41 Watchers
1 Branches
25 Contributors
Updated on May 08, 2025
Latest Version
1.1.1
Package Id
@gkatsev/grunt-sass@1.1.1
Size
3.14 kB
NPM Version
2.15.1
Node Version
4.4.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
4
Compile Sass to CSS using node-sass
Issues with the output should be reported on the libsass issue tracker.
This task uses libsass which is a Sass compiler in C++. In contrast to the original Ruby compiler, this one is much faster, but is missing some features, though improving quickly. It also doesn't support Compass. Check out grunt-contrib-sass if you prefer something more stable, but slower.
$ npm install --save-dev grunt-sass
1require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks 2 3grunt.initConfig({ 4 sass: { 5 options: { 6 sourceMap: true 7 }, 8 dist: { 9 files: { 10 'main.css': 'main.scss' 11 } 12 } 13 } 14}); 15 16grunt.registerTask('default', ['sass']);
Files starting with _
are ignored to match the expected Sass partial behaviour.
See the node-sass
options, except for file
, outFile
, success
, error
.
The default value for the precision
option is 10
, so you don't have to change it when using Bootstrap.
MIT © Sindre Sorhus
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 7/30 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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
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
Score
Last Scanned on 2025-07-07
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