You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

querystring-es3

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1-0

2

encode.js

@@ -51,3 +51,3 @@ // Copyright Joyent, Inc. and other Node contributors.

if (isArray(obj[k])) {
return obj[k].map(function(v) {
return map(obj[k], function(v) {
return ks + encodeURIComponent(stringifyPrimitive(v));

@@ -54,0 +54,0 @@ }).join(sep);

{
"name": "querystring-es3",
"id": "querystring-es3",
"version": "0.2.0",
"description": "Node's querystring module for all engines.",
"version": "0.2.1-0",
"description": "Node's querystring module for all engines. (ES3 compat fork)",
"keywords": [ "commonjs", "query", "querystring" ],

@@ -10,7 +10,7 @@ "author": "Irakli Gozalishvili <rfobic@gmail.com>",

"type": "git",
"url": "git://github.com/Gozala/querystring.git",
"web": "https://github.com/Gozala/querystring"
"url": "git://github.com/mike-spainhower/querystring.git",
"web": "https://github.com/mike-spainhower/querystring"
},
"bugs": {
"url": "http://github.com/Gozala/querystring/issues/"
"url": "http://github.com/mike-spainhower/querystring/issues/"
},

@@ -36,3 +36,2 @@ "devDependencies": {

"iexplore": [
8,
9,

@@ -39,0 +38,0 @@ 10

# querystring
[![Build Status](https://secure.travis-ci.org/Gozala/querystring.png)](http://travis-ci.org/Gozala/querystring)
[![Build Status](https://secure.travis-ci.org/mike-spainhower/querystring.png)](http://travis-ci.org/mike-spainhower/querystring)
[![Browser support](http://ci.testling.com/Gozala/querystring.png)](http://ci.testling.com/Gozala/querystring)
[![Browser support](http://ci.testling.com/mike-spainhower/querystring.png)](http://ci.testling.com/mike-spainhower/querystring)

@@ -8,0 +8,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc