Socket
Socket
Sign inDemoInstall

querystring

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.1.0

querystring.js

19

package.json

@@ -1,4 +0,5 @@

{ "name": "querystring",
{
"name": "querystring",
"id": "querystring",
"version": "0.0.4",
"version": "0.1.0",
"description": "Node's querystring module for all engines.",

@@ -13,16 +14,10 @@ "keywords": [ "commonjs", "query", "querystring" ],

"bugs": {
"web": "http://github.com/Gozala/querystring/issues/"
"url": "http://github.com/Gozala/querystring/issues/"
},
"directories": {
"doc": "./docs",
"lib": "./lib",
"test": "./test"
},
"devDependencies": {
"test": ">=0.4.0"
"test": ">=0.4.3"
},
"main": "./lib/querystring.js",
"main": "./querystring.js",
"engines": {
"node": "0.4.x",
"teleport": ">=0.2.0"
"node": ">=0.4.x"
},

@@ -29,0 +24,0 @@ "scripts": {

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

// test using assert
var qs = require('querystring');
var qs = require('../querystring');

@@ -28,0 +28,0 @@ // folding block, commented to pass gjslint

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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