Gathering detailed insights and metrics for @adonisjs/http-server
Gathering detailed insights and metrics for @adonisjs/http-server
Gathering detailed insights and metrics for @adonisjs/http-server
Gathering detailed insights and metrics for @adonisjs/http-server
npm install @adonisjs/http-server
Typescript
Module System
Min. Node Version
Node Version
NPM Version
90.3
Supply Chain
78
Quality
88.8
Maintenance
100
Vulnerability
99.3
License
Do not clone rich data types when creating original body copy
Updated on Jun 17, 2025
Update dependencies
Updated on May 15, 2025
QOL: Allow deep partial config via defineConfig method
Updated on Mar 26, 2025
Allow configuring timeouts for the Node.js HTTP server
Updated on Feb 26, 2025
define listArgs property for brisk route handle
Updated on Dec 15, 2024
Add `x-request-id` to the response when exists in the request
Updated on Nov 28, 2024
TypeScript (99.45%)
JavaScript (0.53%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
125 Stars
664 Commits
36 Forks
9 Watchers
5 Branches
14 Contributors
Updated on Jul 12, 2025
Latest Version
7.6.1
Package Id
@adonisjs/http-server@7.6.1
Unpacked Size
522.40 kB
Size
113.20 kB
File Count
64
NPM Version
10.8.2
Node Version
20.19.1
Published on
May 15, 2025
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
21
5
48
Implementation of HTTP server used by AdonisJS. The package ships with a powerful Router, Middleware pipeline, helpers to create plain and signed URL for registered routes and much more.
The documentation is available on the AdonisJS website
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
We encourage you to read the contribution guide before contributing to the framework.
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the Code of Conduct.
AdonisJS HTTP server is open-sourced software licensed under the MIT license.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
security policy file detected
Details
Reason
8 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 9
Reason
Found 4/30 approved changesets -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
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
Reason
branch protection not enabled on development/release branches
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@adonisjs/bodyparser
BodyParser middleware for AdonisJS http server to read and parse request body
@adonisjs/cors
CORS middleware for AdonisJS HTTP server
@adonisjs/middleware-base
Middleware base used by Http and Ws server
@adonisjs/server
AdonisJs server package to run the HTTP server