Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

httpntlm

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpntlm - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

2

ntlm.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc