Gathering detailed insights and metrics for @hint/configuration-web-recommended
Gathering detailed insights and metrics for @hint/configuration-web-recommended
Gathering detailed insights and metrics for @hint/configuration-web-recommended
Gathering detailed insights and metrics for @hint/configuration-web-recommended
💡 A hinting engine for the web
npm install @hint/configuration-web-recommended
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
8.2.24
Package Id
@hint/configuration-web-recommended@8.2.24
Unpacked Size
16.32 kB
Size
5.50 kB
File Count
4
NPM Version
10.5.0
Node Version
18.19.1
Published on
Aug 29, 2024
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
41
1
To examine development or in-production websites, use
@hint/configuration-web-recommended
.
NOTE: This package is for use against any content served from a web server.
This webhint
configuration package is installed automatically by webhint.
To install webhint
, run the command in the following code snippet.
1npm install hint --save-dev
NOTE: The recommended way of running
webhint
is as adevDependency
of your project.
Copy the following code snippet and add it to your .hintrc file.
1{ 2 "extends": ["web-recommended"] 3}
The following code snippet is an expanded version of the previous code snippet.
1{ 2 "connector": { 3 "name": "puppeteer" 4 }, 5 "extends": [ 6 "accessibility" 7 ], 8 "formatters": [ 9 "html", 10 "summary" 11 ], 12 "hints": { 13 "axe": "error", 14 "content-type": "error", 15 "disown-opener": "error", 16 "highest-available-document-mode": "error", 17 "html-checker": "error", 18 "http-cache": "error", 19 "http-compression": "error", 20 ... 21 }, 22 "hintsTimeout": 120000 23}
The following code snippet includes another formatter (or any other hint or connector, and so on).
1{ 2 "extends": ["web-recommended"], 3 "formatters": ["codeframe"] 4}
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