Socket
Socket
Sign inDemoInstall

request

Package Overview
Dependencies
12
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.35.0 to 2.36.0

5

index.js

@@ -19,3 +19,2 @@ // Copyright 2010-2012 Mikeal Rogers

, util = require('util')
, _merge = require('lodash.merge')
;

@@ -72,3 +71,5 @@

var params = initParams(uri, opts, callback)
params.options = _merge(options, params.options)
for (var i in options) {
if (params.options[i] === undefined) params.options[i] = options[i]
}
if(typeof requester === 'function') {

@@ -75,0 +76,0 @@ if(method === request) {

9

package.json

@@ -10,3 +10,3 @@ {

],
"version": "2.35.0",
"version": "2.36.0",
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>",

@@ -26,8 +26,7 @@ "repository": {

"dependencies": {
"forever-agent": "~0.5.0",
"qs": "~0.6.0",
"json-stringify-safe": "~5.0.0",
"lodash.merge": "~2.4.1",
"mime": "~1.2.9",
"node-uuid": "~1.4.0",
"qs": "~0.6.0"
"forever-agent": "~0.5.0",
"node-uuid": "~1.4.0"
},

@@ -34,0 +33,0 @@ "optionalDependencies": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc