Comparing version 1.5.2 to 1.5.3
@@ -46,4 +46,5 @@ 'use strict'; | ||
// add timeout option: | ||
// pass along timeout and ca: | ||
if(httpreqOptions.timeout) type1options.timeout = httpreqOptions.timeout; | ||
if(httpreqOptions.ca) type1options.ca = httpreqOptions.ca; | ||
@@ -50,0 +51,0 @@ // send type1 message to server: |
{ | ||
"name": "httpntlm", | ||
"description": "httpntlm is a Node.js library to do HTTP NTLM authentication", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"dependencies": { | ||
@@ -6,0 +6,0 @@ "agentkeepalive": ">=1.2.0", |
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
22991
386