Gathering detailed insights and metrics for fastify-good-sessions
Gathering detailed insights and metrics for fastify-good-sessions
npm install fastify-good-sessions
Typescript
Module System
Node Version
NPM Version
70.9
Supply Chain
72.4
Quality
75.8
Maintenance
100
Vulnerability
100
License
JavaScript (91.99%)
Handlebars (8.01%)
Total Downloads
6,071
Last Day
9
Last Week
23
Last Month
50
Last Year
733
1 Stars
19 Commits
3 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.4.4
Package Id
fastify-good-sessions@1.4.4
Unpacked Size
13.57 kB
Size
4.53 kB
File Count
8
NPM Version
6.14.10
Node Version
14.15.4
Cumulative downloads
Total Downloads
Last day
80%
9
Compared to previous day
Last week
130%
23
Compared to previous week
Last month
-26.5%
50
Compared to previous month
Last year
-77.6%
733
Compared to previous year
2
1
A good fastify sessions plugin focused on speed.
fastify-cookie
is required depend
1$ npm install fastify-good-sessions fastify-cookie
1fastify.register(require('fastify-good-sessions'), { 2 secret: config.cookie.session.secret, 3 store: redis.sessionStore, 4 cookie: { 5 secure: config.https, 6 httpOnly: true, 7 maxAge: config.cookie.session.expiration, 8 domain: config.cookie.domain 9 }, 10 cookieName: 'sample:ssid', 11 saveUninitialized: false 12});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
7 existing vulnerabilities detected
Details
Reason
Found 0/17 approved changesets -- score normalized to 0
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
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-02-03
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