camsong/fetch-jsonp
Make JSONP request like window.fetch observed · 2026-09-03
Health v2 · maintenance only
65/100
- Activity 69
- Release rhythm 40
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4044
- days_rel: 187
- days_push: 187
- n_releases_24m: 1
Adoption not part of the score
1001 stars · 154 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small JavaScript library that lets you make JSONP requests using the same promise-based API as the native Fetch API. It provides a global fetchJsonp function with configurable callback names and timeouts.
Use cases
- make JSONP requests with a fetch-like API
- fetch cross-domain JSON from legacy APIs that only support JSONP
- customize the JSONP callback parameter and function name
- set timeouts on JSONP requests
- parse JSONP responses as promises
When to choose
- you need to consume a legacy third-party API that only supports JSONP
- you want a fetch-style promise API for JSONP in the browser
- you need configurable callback names and request timeouts for JSONP
When to avoid
- the API supports CORS and you can use standard fetch
- you need POST or other HTTP methods since JSONP is GET-only
- you are building a server-side application where JSONP is irrelevant
- you are concerned about JSONP security implications in modern apps
Facets
library · maturity maintenance
http-client web-development frontend apis browser p fetch-api promise ajax polyfill nodejs
2 sources
- readme: https://github.com/camsong/fetch-jsonp · fetched 2026-09-03 · 805f61da0595
- registry_npm: https://registry.npmjs.org/fetch-jsonp · fetched 2026-08-29 · dec300573d94
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| camsong/fetch-jsonp | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="camsong/fetch-jsonp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem