Comparing version 3.3.5 to 3.3.6
@@ -21,3 +21,3 @@ /* minimal couch in node | ||
, u = require('url') | ||
, util = require('util') | ||
, extend = require('extend') | ||
, errs = require('errs') | ||
@@ -110,3 +110,3 @@ , follow | ||
var log = logging() | ||
, params = util._extend({}, opts.params) | ||
, params = extend({}, opts.params) | ||
, headers = { "content-type": "application/json" | ||
@@ -113,0 +113,0 @@ , "accept" : "application/json" |
@@ -5,3 +5,3 @@ { "name" : "nano" | ||
, "repository" : "git://github.com/dscape/nano" | ||
, "version" : "3.3.5" | ||
, "version" : "3.3.6" | ||
, "author" : "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com)" | ||
@@ -41,2 +41,3 @@ , "contributors" : | ||
, "errs" : "0.2.x" | ||
, "extend" : "1.1.x" | ||
} | ||
@@ -56,2 +57,2 @@ , "devDependencies" : | ||
, "engines" : { "node": ">=0.3.6" } | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
151139
4
+ Addedextend@1.1.x
+ Addedextend@1.1.3(transitive)