Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "httpntlm", | ||
"description": "httpntlm is a Node.js library to do HTTP NTLM authentication", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"dependencies": { | ||
@@ -6,0 +6,0 @@ "httpreq": ">=0.4.22", |
@@ -38,2 +38,3 @@ # httpntlm | ||
var httpntlm = require('httpntlm'); | ||
var ntlm = httpntlm.ntlm; | ||
var lm = ntlm.create_LM_hashed_password('Azx123456'); | ||
@@ -40,0 +41,0 @@ var nt = ntlm.create_NT_hashed_password('Azx123456'); |
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
26303
203