Gathering detailed insights and metrics for @nuxtjs/component-cache
Gathering detailed insights and metrics for @nuxtjs/component-cache
Gathering detailed insights and metrics for @nuxtjs/component-cache
Gathering detailed insights and metrics for @nuxtjs/component-cache
Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
npm install @nuxtjs/component-cache
Typescript
Module System
Node Version
NPM Version
74.5
Supply Chain
65.9
Quality
81.8
Maintenance
100
Vulnerability
100
License
TypeScript (98.49%)
JavaScript (1.51%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
999 Stars
1,034 Commits
294 Forks
10 Watchers
15 Branches
248 Contributors
Updated on Jul 12, 2025
Latest Version
1.1.6
Package Id
@nuxtjs/component-cache@1.1.6
Unpacked Size
5.86 kB
Size
2.30 kB
File Count
5
NPM Version
lerna/3.20.2/node@v12.16.2+x64 (linux)
Node Version
12.16.2
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
vue-server-renderer has built-in support for component-level caching. This module automatically adds a LRU cache to project.
@nuxtjs/component-cache
dependency using yarn or npm to your project@nuxtjs/component-cache
to modules
section of nuxt.config.js
1{ 2 modules: [ 3 // Simple usage 4 '@nuxtjs/component-cache', 5 6 // With options 7 ['@nuxtjs/component-cache', { maxAge: 1000 * 60 * 60 }], 8 ] 9}
See component-level caching for mor information.
max
10000
maxAge
1000 * 60 * 15
(15 minutes)No vulnerabilities found.
Reason
21 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
Found 19/28 approved changesets -- score normalized to 6
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
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