# redact-basic-auth

> Redact basic auth details from URLs.

Latest version **1.0.1** (published 2019-11-05) · ISC license · 0 weekly downloads

## Install

```sh
npm install redact-basic-auth
pnpm add redact-basic-auth
yarn add redact-basic-auth
bun add redact-basic-auth
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2019-11-05 |
| First published | 2017-07-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | alxndrsn |

## Links

- npm: https://www.npmjs.com/package/redact-basic-auth
- Repository: https://github.com/alxndrsn/node-redact-basic-auth
- Homepage: https://github.com/alxndrsn/node-redact-basic-auth#readme
- Issues: https://github.com/alxndrsn/node-redact-basic-auth/issues
- npm.io page: https://npm.io/package/redact-basic-auth

## Recent versions

- 1.0.1 (latest) — 2019-11-05
- 1.0.0 — 2018-01-17
- 0.1.1 — 2017-07-04
- 0.1.0 — 2017-07-04

## README

# Install

	yarn add redact-basic-auth
	npm install redact-basic-auth

# Use

	const redact = require('redact-basic-auth');

	const url = 'http://username:password@example.com/some/path';

	const redactedUrl = redact(url);

---
_Source: https://npm.io/package/redact-basic-auth · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
