Gathering detailed insights and metrics for @tbdex/http-server
Gathering detailed insights and metrics for @tbdex/http-server
npm install @tbdex/http-server
Typescript
Module System
Node Version
NPM Version
55.4
Supply Chain
57.7
Quality
85.2
Maintenance
50
Vulnerability
97.6
License
@tbdex/protocol@2.2.1
Published on 03 Sept 2024
@tbdex/http-server@2.2.1
Published on 03 Sept 2024
@tbdex/http-client@2.2.1
Published on 03 Sept 2024
@tbdex/protocol@2.2.0
Published on 13 Aug 2024
@tbdex/http-server@2.2.0
Published on 13 Aug 2024
@tbdex/http-client@2.2.0
Published on 13 Aug 2024
TypeScript (95.54%)
JavaScript (3.73%)
Shell (0.73%)
Total Downloads
22,601
Last Day
6
Last Week
62
Last Month
267
Last Year
19,974
12 Stars
185 Commits
9 Forks
3 Watching
31 Branches
13 Contributors
Latest Version
2.2.1
Package Id
@tbdex/http-server@2.2.1
Unpacked Size
118.64 kB
Size
24.50 kB
File Count
94
NPM Version
10.5.0
Node Version
21.7.1
Publised On
03 Sept 2024
Cumulative downloads
Total Downloads
Last day
-25%
6
Compared to previous day
Last week
44.2%
62
Compared to previous week
Last month
149.5%
267
Compared to previous month
Last year
660.3%
19,974
Compared to previous year
A configurable implementation of the tbdex http api draft specification
This repo is currently under construction 🚧
1npm install @tbdex/http-server
1import { TbdexHttpServer } from '@tbdex/http-server' 2 3const api = new TbdexHttpServer() 4 5api.get('offerings', async (ctx, filter) => { /* write biz logic here */ }) 6api.get('exchanges', async (ctx, filter) => { /* write biz logic here */ }) 7 8api.submit('rfq', async (ctx, message) => { /* write biz logic here */ }) 9api.submit('order', async (ctx, message) => { /* write biz logic here */ }) 10api.submit('close', async (ctx, message) => { /* write biz logic here */ }) 11 12 13await api.listen(9000, () => { 14 console.log('Server listening on port 9000') 15})
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
all changesets reviewed
Reason
14 different organizations found -- score normalized to 10
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
22 out of 30 merged PRs checked by a CI test -- score normalized to 7
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no update tool detected
Details
Reason
project is not fuzzed
Details
Reason
0 commit(s) out of 30 and 0 issue activity out of 30 found in the last 90 days -- score normalized to 0
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Score
Last Scanned on 2024-12-09T05:06:53Z
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