Socket
Socket
Sign inDemoInstall

@ungap/url-search-params

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ungap/url-search-params

The URLSearchParams polyfill.


Version published
Weekly downloads
153K
increased by2.17%
Maintainers
1
Install size
41.0 kB
Created
Weekly downloads
 

Readme

Source

URLSearchParams

Build Status Coverage Status Greenkeeper badge WebReflection status

The URLSearchParams polyfill.

Previously known as 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

⚠ 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.

Keywords

FAQs

Last updated on 21 Jun 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc