Comparing version 1.7.4 to 1.7.5
@@ -54,5 +54,4 @@ /** | ||
// pass along timeout and ca: | ||
if(httpreqOptions.timeout) type1options.timeout = httpreqOptions.timeout; | ||
if(httpreqOptions.ca) type1options.ca = httpreqOptions.ca; | ||
// pass along other options: | ||
type1options = _.extend({}, _.omit(httpreqOptions, 'headers', 'body'), type1options); | ||
@@ -59,0 +58,0 @@ // send type1 message to server: |
{ | ||
"name": "httpntlm", | ||
"description": "httpntlm is a Node.js library to do HTTP NTLM authentication", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"dependencies": { | ||
@@ -6,0 +6,0 @@ "httpreq": ">=0.4.22", |
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
26840
418