Gathering detailed insights and metrics for nuxt-helmet
Gathering detailed insights and metrics for nuxt-helmet
Gathering detailed insights and metrics for nuxt-helmet
Gathering detailed insights and metrics for nuxt-helmet
npm install nuxt-helmet
Typescript
Module System
74.3
Supply Chain
88.8
Quality
75.8
Maintenance
100
Vulnerability
100
License
JavaScript (97.6%)
Vue (2.4%)
Total Downloads
1,887,581
Last Day
449
Last Week
5,615
Last Month
28,901
Last Year
380,323
191 Stars
141 Commits
7 Forks
3 Watching
25 Branches
4 Contributors
Latest Version
2.1.1
Package Id
nuxt-helmet@2.1.1
Unpacked Size
8.99 kB
Size
3.26 kB
File Count
7
Cumulative downloads
Total Downloads
Last day
-64.9%
449
Compared to previous day
Last week
-16%
5,615
Compared to previous week
Last month
-10.6%
28,901
Compared to previous month
Last year
-29.4%
380,323
Compared to previous year
24
Easy Helmet integration with Nuxt.js
Helmet helps you secure your Nuxt apps by setting various HTTP headers. By default Helmet will set the
X-DNS-Prefetch-Control
,X-Frame-Options
,Strict-Transport-Security
,X-Download-Options
,Expect-Ct
,Referrer-Policy
andX-Content-Type-Options
headers. Beside that this module will also set by default theX-Permitted-Cross-Domain-Policies
header.
📖 Release Notes | 📖 Helmet Docs
nuxt-helmet
dependency with yarn
or npm
into your projectnuxt-helmet
at the beginning of the modules
section of nuxt.config.js
1{ 2 modules: [ 3 'nuxt-helmet' 4 //...other modules 5 ], 6 // helmet options 7 // @see https://helmetjs.github.io/docs/ 8 helmet: { 9 /* 10 frameguard: false, 11 ... 12 */ 13 } 14}
Use csp
property provided by Nuxt.js v2.11.0 for Content Security Policy (CSP) | 📖 Nuxt Docs
yarn install
or npm install
npm run dev
Copyright (c) Victor Perez vpjs@victor-perez.nl
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/9 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
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
51 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-16
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