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 2.4.8 to 2.4.9

4

gensrc/auth/base.js

@@ -195,3 +195,5 @@ "use strict";

users.forEach(function (u) {
_this2.processLine(u);
if (u && !u.match(/^\s*#.*/)) {
_this2.processLine(u);
}
});

@@ -198,0 +200,0 @@ }

{
"name": "http-auth",
"description": "Node.js package for HTTP basic and digest access authentication.",
"version": "2.4.8",
"version": "2.4.9",
"author": "Gevorg Harutyunyan (http://github.com/gevorg)",

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