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 0.2.0 to 0.3.0

2

package.json
{
"name": "query-string",
"version": "0.2.0",
"version": "0.3.0",
"description": "Parse and stringify URL query strings",

@@ -5,0 +5,0 @@ "keywords": [

@@ -59,3 +59,5 @@ /*!

if (typeof module !== 'undefined' && module.exports) {
if (typeof define === 'function' && define.amd) {
define([], queryString);
} else if (typeof module !== 'undefined' && module.exports) {
module.exports = queryString;

@@ -62,0 +64,0 @@ } else {

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