Socket
Socket
Sign inDemoInstall

basic-auth

Package Overview
Dependencies
0
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

5

HISTORY.md

@@ -0,1 +1,6 @@

1.0.3 / 2015-07-01
==================
* Fix regression accepting a Koa context
1.0.2 / 2015-06-12

@@ -2,0 +7,0 @@ ==================

3

index.js
/*!
* morgan
* basic-auth
* Copyright(c) 2013 TJ Holowaychuk

@@ -57,3 +57,2 @@ * Copyright(c) 2014 Jonathan Ong

// parse header
var header = req.headers.authorization
var match = credentialsRegExp.exec(header || '')

@@ -60,0 +59,0 @@

{
"name": "basic-auth",
"description": "node.js basic auth parser",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",

@@ -14,3 +14,3 @@ "keywords": [

"devDependencies": {
"istanbul": "0.3.15",
"istanbul": "0.3.17",
"mocha": "1.21.5"

@@ -17,0 +17,0 @@ },

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