Gathering detailed insights and metrics for @hint/parser-sass
Gathering detailed insights and metrics for @hint/parser-sass
Gathering detailed insights and metrics for @hint/parser-sass
Gathering detailed insights and metrics for @hint/parser-sass
npm install @hint/parser-sass
Typescript
Module System
Node Version
NPM Version
Dist files
Updated on Oct 01, 2019
configuration-development-v6.1.1
Updated on Mar 07, 2019
hint-sri-v3.0.5
Updated on Mar 07, 2019
hint-no-vulnerable-javascript-libraries-v2.7.0
Updated on Mar 07, 2019
hint-css-prefix-order-v1.0.2
Updated on Mar 07, 2019
hint-amp-validator-v2.7.0
Updated on Mar 07, 2019
TypeScript (91.49%)
JavaScript (4.96%)
CSS (2.22%)
Handlebars (0.76%)
EJS (0.5%)
HTML (0.06%)
Batchfile (0.01%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
3,653 Stars
6,372 Commits
743 Forks
75 Watchers
157 Branches
105 Contributors
Updated on Jul 11, 2025
Latest Version
1.0.31
Package Id
@hint/parser-sass@1.0.31
Unpacked Size
17.84 kB
Size
6.58 kB
File Count
6
NPM Version
8.14.0
Node Version
14.20.0
Published on
Jun 09, 2023
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
1
@hint/parser-sass
)The SASS
parser is built on top of PostCSS so hints can
analyze SASS
and SCSS
files. It emits the same events as
@hint/parser-css
so existing hints targeting CSS
files will work
without modification.
This package is installed automatically by webhint:
1npm install hint --save-dev
To use it, activate it via the .hintrc
configuration file:
1{ 2 "connector": {...}, 3 "formatters": [...], 4 "hints": { 5 ... 6 }, 7 "parsers": ["sass"], 8 ... 9}
Note: The recommended way of running webhint is as a devDependency
of
your project.
This parser
emits the following events:
parse::start::css
of type Event
which contains the following information:
resource
: the resource we are going to parse.parse::end::css
of type StyleParse
which has the following information:
ast
: a PostCSS Root
object containing the AST.
See the PostCSS walk*
APIs for help navigating
the AST.code
: a string containing the raw stylesheet source code.element
: an HTMLElement
reference if the source was inline
in HTML; null
otherwise.resource
: the parsed resource. If the CSS is in a style tag
and not a file, the value will refer to the HTML document containing
the stylesheet.This parser is not fault-tolerant (unlike @hint/parser-css
) so only
well-formed files will be parsed.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 4/23 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
64 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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