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

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@ungap/url-search-params",
"version": "0.1.0",
"version": "0.1.1",
"description": "The URLSearchParams polyfill.",

@@ -5,0 +5,0 @@ "main": "cjs/index.js",

@@ -10,6 +10,8 @@ # URLSearchParams

* CDN via https://unpkg.com/@ungap/url-search-params
* ESM via `import isArray from '@ungap/url-search-params'`
* CJS via `const isArray = require('@ungap/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/)
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