Gathering detailed insights and metrics for @formanta/build-task.sass
Gathering detailed insights and metrics for @formanta/build-task.sass
Gathering detailed insights and metrics for @formanta/build-task.sass
Gathering detailed insights and metrics for @formanta/build-task.sass
npm install @formanta/build-task.sass
Typescript
Module System
Min. Node Version
Node Version
NPM Version
Liquid (41.1%)
TypeScript (28.82%)
SCSS (14.94%)
CSS (7.88%)
JavaScript (6.85%)
Makefile (0.28%)
HTML (0.13%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
185 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Dec 29, 2024
Latest Version
0.1.6
Package Id
@formanta/build-task.sass@0.1.6
Unpacked Size
45.32 kB
Size
14.32 kB
File Count
8
NPM Version
lerna/3.22.1/node@v12.18.4+x64 (linux)
Node Version
12.18.4
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
Transpile Sass (.sass and .scss) to CSS and optimize it with postcss.
1const {run} = require('@formanta/build-task.sass'); 2 3let entry = __dirname + '/main.scss'; 4let output = __dirname + '/style.css'; 5 6// or multiple 7entry = [ 8 __dirname + '/main.scss', 9 __dirname + '/slider.scss', 10]; 11output = [ 12 __dirname + '/style.css', 13 __dirname + '/slider.css', 14]; 15 16run(entry, output, watch = true, outputStyle = 'nested', root_dir = '', includePaths = []) 17 .then(res => {}) 18 .catch(e => {});
entry
. It tracks import changes.nested
, expanded
, compact
, compressed
__dirname
.@imports
Builds upon those other open-source projects:
This project is free software distributed under the terms of two licences, the CeCILL-C and the GNU Lesser General Public License. You can use, modify and/ or redistribute the software under the terms of CeCILL-C (v1) for Europe or GNU LGPL (v3) for the rest of the world.
This file and the LICENCE.* files need to be distributed and not changed when distributing. For more informations on the licences which are applied read: LICENCE.md
2018 - 2019 | bemit UG (haftungsbeschränkt)
Author: Michael Becker
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
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
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
24 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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