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 2.1.0 to 2.2.0

2

index.js

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

str = str.trim().replace(/^(\?|#)/, '');
str = str.trim().replace(/^(\?|#|&)/, '');

@@ -11,0 +11,0 @@ if (!str) {

{
"name": "query-string",
"version": "2.1.0",
"version": "2.2.0",
"description": "Parse and stringify URL query strings",

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

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