Socket
Socket
Sign inDemoInstall

querystring

Package Overview
Dependencies
0
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

CHANGELOG.md

2

encode.js

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

}
}).join(sep);
}).filter(Boolean).join(sep);

@@ -60,0 +60,0 @@ }

{
"name": "querystring",
"id": "querystring",
"version": "0.2.0",
"version": "0.2.1",
"description": "Node's querystring module for all engines.",
"keywords": [ "commonjs", "query", "querystring" ],
"keywords": [
"commonjs",
"query",
"querystring"
],
"author": "Irakli Gozalishvili <rfobic@gmail.com>",
"main": "index.js",
"repository": {

@@ -18,3 +23,2 @@ "type": "git",

"test": "~0.x.0",
"phantomify": "~0.x.0",
"retape": "~0.x.0",

@@ -27,41 +31,7 @@ "tape": "~0.1.5"

"scripts": {
"test": "npm run test-node && npm run test-browser && npm run test-tap",
"test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common-index.js",
"test": "npm run test-node && npm run test-tap",
"test-node": "node ./test/common-index.js",
"test-tap": "node ./test/tap-index.js"
},
"testling": {
"files": "test/tap-index.js",
"browsers": {
"iexplore": [
9,
10
],
"chrome": [
16,
20,
25,
"canary"
],
"firefox": [
10,
15,
16,
17,
18,
"nightly"
],
"safari": [
5,
6
],
"opera": [
12
]
}
},
"licenses": [{
"type" : "MIT",
"url" : "https://github.com/Gozala/enchain/License.md"
}]
"license": "MIT"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc