Comparing version 0.0.54 to 0.0.55
@@ -38,3 +38,2 @@ 'use strict'; | ||
this.follow = false; | ||
this.reject_unauthorized = true; | ||
this.request_opts = {}; | ||
@@ -92,4 +91,3 @@ this.headers = {}; | ||
host: this.host, | ||
port: this.port, | ||
rejectUnauthorized: this.reject_unauthorized | ||
port: this.port | ||
}; | ||
@@ -219,5 +217,5 @@ | ||
}; | ||
this.allow_unauthorized = function () { | ||
this.reject_unauthorized = false; | ||
this.request_opts.reject_unauthorized = false; | ||
return this; | ||
@@ -224,0 +222,0 @@ }; |
{ | ||
"name": "cuddle", | ||
"version": "0.0.54", | ||
"version": "0.0.55", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
17289
381