Comparing version 1.8.1 to 1.8.2
@@ -427,3 +427,3 @@ /** | ||
var now = Date.now(); | ||
var timestamp = ((BigInt(now) + 11644473600000n) * 10000n); | ||
var timestamp = ((BigInt(now) + BigInt(11644473600000)) * BigInt(10000)); // we need BigInt to be able to write it to a buffer | ||
var timestampBuffer = Buffer.alloc(8); | ||
@@ -430,0 +430,0 @@ timestampBuffer.writeBigUInt64LE(timestamp); |
{ | ||
"name": "httpntlm", | ||
"description": "httpntlm is a Node.js library to do HTTP NTLM authentication", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"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
29468