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

isomorphic-querystring

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphic-querystring - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

3

browser.js

@@ -44,2 +44,4 @@ function stringify(

if (str.length === 0) return result;
for (let i = 0; i <= length; i++) {

@@ -51,2 +53,3 @@ if (parsedKeys >= maxKeys) {

const char = str[i];
switch (char) {

@@ -53,0 +56,0 @@ case eq:

2

package.json
{
"name": "isomorphic-querystring",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "isomorphic querystring interface for client & server.",

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