Gathering detailed insights and metrics for @tinyhttp/jsonp
Gathering detailed insights and metrics for @tinyhttp/jsonp
Gathering detailed insights and metrics for @tinyhttp/jsonp
Gathering detailed insights and metrics for @tinyhttp/jsonp
🦄 0-legacy, tiny & fast web framework as a replacement of Express
npm install @tinyhttp/jsonp
Typescript
Module System
Min. Node Version
Node Version
NPM Version
@tinyhttp/jsonp@2.1.15
Updated on Feb 22, 2025
@tinyhttp/app@2.5.2
Updated on Feb 22, 2025
@tinyhttp/res@2.2.5
Updated on Feb 21, 2025
@tinyhttp/req@2.2.5
Updated on Feb 21, 2025
@tinyhttp/rate-limit@2.1.5
Updated on Feb 21, 2025
@tinyhttp/proxy-addr@2.2.1
Updated on Feb 21, 2025
TypeScript (99.9%)
JavaScript (0.1%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,848 Stars
1,773 Commits
127 Forks
21 Watchers
2 Branches
59 Contributors
Updated on Jul 11, 2025
Latest Version
2.1.15
Package Id
@tinyhttp/jsonp@2.1.15
Unpacked Size
35.42 kB
Size
11.30 kB
File Count
8
NPM Version
10.8.2
Node Version
18.20.6
Published on
Feb 22, 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
1
JSONP response extension.
1pnpm i @tinyhttp/jsonp
1import { App, extendMiddleware } from '@tinyhttp/app' 2import { jsonp } from '@tinyhttp/jsonp' 3 4new App({ 5 applyExtensions: (req, res) => { 6 extendMiddleware(req, res) 7 json(req, res) 8 } 9}) 10 .get('/', (req, res) => res.jsonp({ some: 'jsonp' })) 11 .listen(3000)
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
14 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 8
Details
Reason
2 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 2/24 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Score
Last Scanned on 2025-06-30
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