Gathering detailed insights and metrics for @nuxtjs/component-cache
Gathering detailed insights and metrics for @nuxtjs/component-cache
npm install @nuxtjs/component-cache
Typescript
Module System
Node Version
NPM Version
73.8
Supply Chain
65.9
Quality
81.8
Maintenance
100
Vulnerability
100
License
TypeScript (98.49%)
JavaScript (1.51%)
Total Downloads
2,278,793
Last Day
775
Last Week
3,632
Last Month
12,862
Last Year
249,744
964 Stars
991 Commits
269 Forks
12 Watching
9 Branches
233 Contributors
Minified
Minified + Gzipped
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
-1.5%
775
Compared to previous day
Last week
1.2%
3,632
Compared to previous week
Last month
-30.3%
12,862
Compared to previous month
Last year
-20.9%
249,744
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
no dangerous workflow patterns detected
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 12/29 approved changesets -- score normalized to 4
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-01-13
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