Socket
Socket
Sign inDemoInstall

express-basic-auth

Package Overview
Dependencies
13
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

4

express-basic-auth.d.ts

@@ -14,5 +14,5 @@ /// <reference types="express" />

*/
function expressBasicAuth(options: expressBasicAuth.BasicAuthMiddlewareOptions): RequestHandler
declare function expressBasicAuth(options: expressBasicAuth.BasicAuthMiddlewareOptions): RequestHandler
namespace expressBasicAuth {
declare namespace expressBasicAuth {
/**

@@ -19,0 +19,0 @@ * The configuration you pass to the middleware can take three forms, either:

{
"name": "express-basic-auth",
"version": "1.1.0",
"version": "1.1.1",
"description": "Plug & play basic auth middleware for express",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc