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
29,367
Last Day
6
Last Week
59
Last Month
219
Last Year
2,591
43 Stars
865 Commits
9 Forks
5 Watching
7 Branches
4 Contributors
Minified
Minified + Gzipped
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
Publised On
18 Mar 2024
Cumulative downloads
Total Downloads
Last day
-64.7%
6
Compared to previous day
Last week
3.5%
59
Compared to previous week
Last month
271.2%
219
Compared to previous month
Last year
-68.2%
2,591
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
license file detected
Details
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/17 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
67 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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