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.3.1 to 2.3.2

3

gensrc/auth/base.js

@@ -20,2 +20,5 @@ // Generated by CoffeeScript 1.8.0

}
if (!this.options.realm) {
this.options.realm = "Users";
}
this.options.users = [];

@@ -22,0 +25,0 @@ if (!this.checker && this.options.file) {

2

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

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

@@ -113,3 +113,3 @@ # http-auth

- `realm` - Authentication realm.
- `realm` - Authentication realm, by default it is **Users**.
- `file` - File where user details are stored.

@@ -116,0 +116,0 @@ - Line format is **{user:pass}** or **{user:passHash}** for basic access.

Sorry, the diff of this file is not supported yet

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