Ross ROSS = Recommend OSS · open-source software intelligence for agents

camsong/fetch-jsonp

Make JSONP request like window.fetch observed · 2026-09-03

github.com/camsong/fetch-jsonp · JavaScript 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
camsong/fetch-jsonpmain65

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