Gathering detailed insights and metrics for @forrestjs/service-fastify-static
Gathering detailed insights and metrics for @forrestjs/service-fastify-static
Gathering detailed insights and metrics for @forrestjs/service-fastify-static
Gathering detailed insights and metrics for @forrestjs/service-fastify-static
npm install @forrestjs/service-fastify-static
Typescript
Module System
Node Version
NPM Version
JavaScript (91.91%)
HTML (2.96%)
Dockerfile (2.74%)
CSS (1.51%)
Makefile (0.87%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
43 Stars
865 Commits
9 Forks
4 Watchers
7 Branches
4 Contributors
Updated on Jul 16, 2024
Latest Version
5.2.2
Package Id
@forrestjs/service-fastify-static@5.2.2
Unpacked Size
3.13 kB
Size
1.69 kB
File Count
4
NPM Version
lerna/4.0.0/node@v20.11.1+arm64 (darwin)
Node Version
20.11.1
Published on
Mar 18, 2024
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
2
ForrestJS wrapper to the Fastify Static plugin.
https://codesandbox.io/s/service-fastify-static-6u8mm
Install the dependency:
1npm add @forrestjs/service-fastify-static
Add it to your App:
1// index.js 2const path = require('path'); 3const forrestjs = require('@forrestjs/core'); 4const serviceFastify = require('@forrestjs/service-fastify'); 5const serviceFastifyStatic = require('@forrestjs/service-fastify-static'); 6 7// Run the app: 8forrestjs.run({ 9 services: [serviceFastify, serviceFastifyStatic], 10 settings: { 11 fastify: { 12 static: { 13 root: path.join(__dirname, 'public'), 14 }, 15 }, 16 }, 17});
1setConfig('fastify.static', {
2 ...options here
3});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file 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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
74 existing vulnerabilities detected
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