Installations
npm install fastify-good-sessions
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
14.15.4
NPM Version
6.14.10
Score
70.9
Supply Chain
72.4
Quality
75.8
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (91.99%)
Handlebars (8.01%)
Developer
Phara0h
Download Statistics
Total Downloads
6,071
Last Day
9
Last Week
23
Last Month
50
Last Year
733
GitHub Statistics
1 Stars
19 Commits
3 Watching
1 Branches
1 Contributors
Bundle Size
4.89 kB
Minified
1.97 kB
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
6,071
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
2
Dev Dependencies
1
fastify-good-sessions
A good fastify sessions plugin focused on speed.
Installation
fastify-cookie
is required depend
1$ npm install fastify-good-sessions fastify-cookie
Quick Start (Express)
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});
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
7 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-765h-qjxv-5f44
- Warn: Project is vulnerable to: GHSA-f2jv-r9rf-7988
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-w7rc-rwvf-8q5r
- Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 2 are checked with a SAST tool
Score
2.1
/10
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