Socket
Socket
Sign inDemoInstall

query-string

Package Overview
Dependencies
Maintainers
1
Versions
81
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 2.4.2 to 3.0.0

8

index.js

@@ -48,2 +48,10 @@ 'use strict';

if (val === undefined) {
return '';
}
if (val === null) {
return key;
}
if (Array.isArray(val)) {

@@ -50,0 +58,0 @@ return val.sort().map(function (val2) {

2

package.json
{
"name": "query-string",
"version": "2.4.2",
"version": "3.0.0",
"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