# @ungap/url-search-params

> The URLSearchParams polyfill.

Latest version **0.2.2** (published 2020-06-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install @ungap/url-search-params
pnpm add @ungap/url-search-params
yarn add @ungap/url-search-params
bun add @ungap/url-search-params
```

## Health

**Score 28/100 (F)** — status: abandoned.

Positive: has types package; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.2 |
| Published | 2020-06-21 |
| First published | 2018-11-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | separate (@types/ungap__url-search-params) |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 40 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 260 |
| Author | Andrea Giammarchi |
| Maintainers | webreflection |
| Keywords | URLSearchParams, polyfill, ungap |

## Links

- npm: https://www.npmjs.com/package/@ungap/url-search-params
- Repository: https://github.com/ungap/url-search-params
- Homepage: https://github.com/ungap/url-search-params#readme
- Issues: https://github.com/ungap/url-search-params/issues
- npm.io page: https://npm.io/package/@ungap/url-search-params

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 0.2.2 (latest) — 2020-06-21
- 0.2.1 — 2020-06-21
- 0.2.0 — 2020-05-02
- 0.1.4 — 2019-11-28
- 0.1.3 — 2019-11-27
- 0.1.2 — 2018-12-07
- 0.1.1 — 2018-11-26
- 0.1.0 — 2018-11-26

## README

# URLSearchParams

[![Build Status](https://travis-ci.com/ungap/url-search-params.svg?branch=master)](https://travis-ci.com/ungap/url-search-params) [![Coverage Status](https://coveralls.io/repos/github/ungap/url-search-params/badge.svg?branch=master)](https://coveralls.io/github/ungap/url-search-params?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/ungap/url-search-params.svg)](https://greenkeeper.io/) ![WebReflection status](https://offline.report/status/webreflection.svg)


The [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) polyfill.

Previously known as [url-search-params](https://github.com/WebReflection/url-search-params).

All detections have been included and the code covered 100% (DOM patches are not measured on NodeJS though).

  * CDN global patch via https://unpkg.com/@ungap/url-search-params
  * ESM via `import URLSearchParams from '@ungap/url-search-params'`
  * CJS via `const URLSearchParams = require('@ungap/url-search-params')`

[Live test](https://ungap.github.io/url-search-params/test/)

### ⚠ Webpack Users

If you have issues just requiring `@ungap/url-search-params`, be sure you require `@ungap/url-search-params/cjs` instead.

No issue should happen if you just `import` the module instead.

---
_Source: https://npm.io/package/@ungap/url-search-params · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
