http-auth
Advanced tools
Comparing version 2.4.8 to 2.4.9
@@ -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": [ |
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
44114
771