HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vmi1674223.contaboserver.net 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: root (0)
PHP: 7.4.3-4ubuntu2.22
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //home/evaluation-leave/node_modules/basic-auth/HISTORY.md
2.0.1 / 2018-09-19
==================

  * deps: safe-buffer@5.1.2

2.0.0 / 2017-09-12
==================

  * Drop support for Node.js below 0.8
  * Remove `auth(ctx)` signature -- pass in header or `auth(ctx.req)`
  * Use `safe-buffer` for improved Buffer API

1.1.0 / 2016-11-18
==================

  * Add `auth.parse` for low-level string parsing

1.0.4 / 2016-05-10
==================

  * Improve error message when `req` argument is not an object
  * Improve error message when `req` missing `headers` property

1.0.3 / 2015-07-01
==================

  * Fix regression accepting a Koa context

1.0.2 / 2015-06-12
==================

  * Improve error message when `req` argument missing
  * perf: enable strict mode
  * perf: hoist regular expression
  * perf: parse with regular expressions
  * perf: remove argument reassignment

1.0.1 / 2015-05-04
==================

  * Update readme

1.0.0 / 2014-07-01
==================

  * Support empty password
  * Support empty username

0.0.1 / 2013-11-30
==================

  * Initial release