# webmodules/jsonp

A simple JSONP implementation

Repository: https://github.com/webmodules/jsonp
Canonical: https://ross.abutalabs.com/products/jsonp
Language: JavaScript
License Family: other
Last push: 2024-04-08T14:08:00+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5174, "days_push": 877, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1888, forks 326 (observed 2026-08-28T04:05:49.360737+00:00)

## What it is
A small JavaScript library implementing JSONP for making cross-domain requests from the browser via script tag callbacks. It supports configurable callback parameters, timeouts, and request cancellation.

## Use cases
- fetch data from a cross-domain API without CORS
- make JSONP requests with timeout handling
- cancel an in-flight JSONP request
- customize the callback query parameter name
- consume legacy APIs that only support JSONP

## When to choose
- you need to call an old API that only supports JSONP
- you must support browsers without CORS or fetch
- you want a tiny, dependency-free JSONP client

## When to avoid
- the API supports CORS - use fetch or axios instead
- you need modern request features like headers or POST
- starting a new project where JSONP is obsolete

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client
- domain: web-development, frontend, apis
- platform: browser
- tags: p, cross-domain, fetch, legacy-browsers, nodejs

## Member repositories
- webmodules/jsonp (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:49.360737+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:13:31.537166+00:00, confidence not recorded.
  - readme: https://github.com/webmodules/jsonp (fetched 2026-08-28T04:05:49.360737+00:00, sha 7a897f63a81c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
