New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-basicauth

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-basicauth - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json

@@ -9,3 +9,3 @@ {

},
"version": "0.0.4",
"version": "0.0.5",
"repository": {

@@ -12,0 +12,0 @@ "type": "git",

@@ -16,4 +16,4 @@ # Basic Auth Middleware for Express

app.use(basicAuth({
'skoop' : 'Skoopin!100'
'mattnull' : 'test'
'username1' : 'password1'
'username2' : 'password2'
}))

@@ -20,0 +20,0 @@ ```

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