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

http-auth

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-auth - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

lib/auth/digest.js

@@ -98,4 +98,4 @@ /**

// Username is correct.
if(userHash) {
var ha1 = util.md5(userHash);
if(userHash && typeof userHash === 'string') {
var ha1 = util.md5(this.users[co.username]);

@@ -102,0 +102,0 @@ // If algorithm is MD5-sess.

{
"name": "http-auth",
"description": "Node.js module for HTTP basic and digest access authentication.",
"version": "1.0.2",
"version": "1.0.3",
"author": "Gevorg Harutyunyan",

@@ -6,0 +6,0 @@ "maintainers": [

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