Comparing version 0.2.10 to 0.3.1
@@ -73,2 +73,5 @@ // Generated by CoffeeScript 1.6.3 | ||
} | ||
if ('boolean' !== typeof this.options['strict-ssl']) { | ||
this.options['strict-ssl'] = true; | ||
} | ||
return this.debug("ApiBaseHTTP::handleOptions()"); | ||
@@ -231,2 +234,6 @@ }; | ||
} | ||
if (!this.options['strict-ssl']) { | ||
options.strictSSL = false; | ||
options.rejectUnauthorized = false; | ||
} | ||
request = httpClient.request(options); | ||
@@ -233,0 +240,0 @@ if (post_data != null) { |
{ | ||
"name": "gitlab", | ||
"version": "0.2.10", | ||
"version": "0.3.1", | ||
"description": "gitlab api nodejs library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,1 +27,5 @@ node-gitlab | ||
MIT | ||
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/moul/node-gitlab/trend.png)](https://bitdeli.com/free "Bitdeli Badge") | ||
Sorry, the diff of this file is not supported yet
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
56321
1143
31