Comparing version 0.5.17 to 0.5.18
0.5.18 / 2014-09-15 | ||
================== | ||
* do not check ssl, fix hang up in some node version | ||
0.5.17 / 2014-08-08 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -155,2 +155,7 @@ /**! | ||
// don't check ssl | ||
if (options.rejectUnauthorized === false) { | ||
options.secureOptions = require('constants').SSL_OP_NO_TLSv1_2; | ||
} | ||
var auth = args.auth || parsedUrl.auth; | ||
@@ -157,0 +162,0 @@ if (auth) { |
{ | ||
"name": "urllib", | ||
"version": "0.5.17", | ||
"version": "0.5.18", | ||
"description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.", | ||
@@ -5,0 +5,0 @@ "keywords": [ "urllib", "http", "urlopen", "curl", "wget", "request", "https" ], |
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
33678
437