summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-06-12 10:59:44 -0700
committerisaacs <i@izs.me>2013-06-12 10:59:44 -0700
commit49d9ad9d81e2db72fecc4d0c3c2d3a205dde8bee (patch)
tree433fb30ea3a9364a7176161ac8e037a329c28734 /deps/npm/node_modules/npm-registry-client
parent5d4ac272c7ee88f44fa509e8fa2bc6def003a7f6 (diff)
downloadnode-49d9ad9d81e2db72fecc4d0c3c2d3a205dde8bee.tar.gz
npm: Upgrade to 1.2.30
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client')
-rw-r--r--deps/npm/node_modules/npm-registry-client/node_modules/couch-login/couch-login.js4
-rw-r--r--deps/npm/node_modules/npm-registry-client/node_modules/couch-login/package.json6
2 files changed, 5 insertions, 5 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/node_modules/couch-login/couch-login.js b/deps/npm/node_modules/npm-registry-client/node_modules/couch-login/couch-login.js
index 828a0e265..474f083b1 100644
--- a/deps/npm/node_modules/npm-registry-client/node_modules/couch-login/couch-login.js
+++ b/deps/npm/node_modules/npm-registry-client/node_modules/couch-login/couch-login.js
@@ -151,8 +151,8 @@ function makeReq (meth, body, f) { return function madeReq (p, d, cb) {
if (this.ca)
req.ca = this.ca
- if (this.strictSSL && this.strictSSL !== null)
- req.strictSSL = this.strictSSL
+ if (typeof this.strictSSL === 'boolean')
+ req.strictSSL = req.rejectUnauthorized = this.strictSSL
request(req, function (er, res, data) {
// update cookie.
diff --git a/deps/npm/node_modules/npm-registry-client/node_modules/couch-login/package.json b/deps/npm/node_modules/npm-registry-client/node_modules/couch-login/package.json
index fd28d575c..922ba0d82 100644
--- a/deps/npm/node_modules/npm-registry-client/node_modules/couch-login/package.json
+++ b/deps/npm/node_modules/npm-registry-client/node_modules/couch-login/package.json
@@ -6,7 +6,7 @@
},
"name": "couch-login",
"description": "A module for doing logged-in requests to a couchdb server",
- "version": "0.1.16",
+ "version": "0.1.17",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/couch-login.git"
@@ -26,6 +26,6 @@
"bugs": {
"url": "https://github.com/isaacs/couch-login/issues"
},
- "_id": "couch-login@0.1.16",
- "_from": "couch-login@~0.1.15"
+ "_id": "couch-login@0.1.17",
+ "_from": "couch-login@"
}