Gathering detailed insights and metrics for @hint/parser-jsx
Gathering detailed insights and metrics for @hint/parser-jsx
Gathering detailed insights and metrics for @hint/parser-jsx
Gathering detailed insights and metrics for @hint/parser-jsx
npm install @hint/parser-jsx
Typescript
Module System
Node Version
NPM Version
61.4
Supply Chain
66.9
Quality
75.6
Maintenance
50
Vulnerability
93.7
License
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
4,823,565
Last Day
1,801
Last Week
17,442
Last Month
77,229
Last Year
1,083,479
Apache-2.0 License
3,655 Stars
6,372 Commits
744 Forks
75 Watchers
157 Branches
105 Contributors
Updated on Jul 06, 2025
Minified
Minified + Gzipped
Latest Version
1.1.6
Package Id
@hint/parser-jsx@1.1.6
Unpacked Size
23.33 kB
Size
7.92 kB
File Count
6
NPM Version
10.5.0
Node Version
18.19.1
Published on
Aug 29, 2024
Cumulative downloads
Total Downloads
Last Day
1.8%
1,801
Compared to previous day
Last Week
-6.6%
17,442
Compared to previous week
Last Month
-9.4%
77,229
Compared to previous month
Last Year
-0.1%
1,083,479
Compared to previous year
2
@hint/parser-jsx
)The jsx
parser allows hints to analyze HTML elements from JSX
files.
It operates on ASTs received via parse::end::javascript
events and
emits the same events as @hint/parser-html
. This ensures existing hints
targeting HTML
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": ["javascript", "jsx"], 8 ... 9}
Note: The recommended way of running webhint is as a devDependency
of
your project.
This parser
emits the event parse::end::html
of type HTMLParse
which has the following information:
document
: an HTMLDocument
object containing the
parsed document.html
: a string containing the generated HTML source code.resource
: the parsed resource.And the event parse::start::html
of type Event
which has the
following information:
resource
: the resource that is going to be parsedNo 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
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
64 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
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