Comparing version 1.7.5 to 1.7.6
@@ -58,3 +58,3 @@ /** | ||
// send type1 message to server: | ||
httpreq.get(options.url, type1options, callback); | ||
httpreq[method](options.url, type1options, callback); | ||
} | ||
@@ -61,0 +61,0 @@ |
{ | ||
"name": "httpntlm", | ||
"description": "httpntlm is a Node.js library to do HTTP NTLM authentication", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"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
26844