Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

query-string

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

query-string - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

4

index.js

@@ -32,3 +32,3 @@ 'use strict';

if (!ret[key]) {
if (!ret.hasOwnProperty(key)) {
ret[key] = val;

@@ -42,3 +42,3 @@ } else if (Array.isArray(ret[key])) {

return ret;
}, Object.create(null));
}, {});
};

@@ -45,0 +45,0 @@

{
"name": "query-string",
"version": "3.0.2",
"version": "3.0.3",
"description": "Parse and stringify URL query strings",

@@ -5,0 +5,0 @@ "license": "MIT",

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