Socket
Socket
Sign inDemoInstall

url-search-params-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url-search-params-polyfill - npm Package Compare versions

Comparing version 5.0.1 to 5.1.0

4

index.js

@@ -64,3 +64,3 @@ /**

*/
prototype.delete = function(name) {
prototype['delete'] = function(name) {
delete this [__URLSearchParams__] [name];

@@ -175,3 +175,3 @@ };

for (i = 0; i < keys.length; i++) {
this.delete(keys[i]);
this['delete'](keys[i]);
}

@@ -178,0 +178,0 @@ for (i = 0; i < keys.length; i++) {

{
"name": "url-search-params-polyfill",
"version": "5.0.1",
"version": "5.1.0",
"description": "a simple polyfill for javascript URLSearchParams",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jerrybendy/url-search-params-polyfill",

@@ -10,2 +10,3 @@ # URLSearchParams Polyfill [![](https://img.shields.io/npm/v/url-search-params-polyfill.svg)](https://www.npmjs.com/package/url-search-params-polyfill)

* Detect if browsers have full support for `URLSearchParams` and extend it
* Compatible with IE8 and above

@@ -12,0 +13,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc