# sensitive-fields

> List of sensitive fields that should be masked, obfuscated, or purged for security purposes

Latest version **1.0.1** (published 2023-09-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install sensitive-fields
pnpm add sensitive-fields
yarn add sensitive-fields
bun add sensitive-fields
```

## 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 | 2023-09-11 |
| First published | 2019-04-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=14 |
| Dependencies | 0 |
| Unpacked size | 54 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 22 |
| Author | Nick Baugh |
| Maintainers | niftylettuce, titanism |
| Keywords | bugsnag, cabin, complete, comprehensive, fields, list, log, log4j, logger, logging, logs, mask, masked, obfuscated, parse, parser, parsing, purge, raven, security, sensitive, sentry, timber, winston |

## Links

- npm: https://www.npmjs.com/package/sensitive-fields
- Repository: https://github.com/cabinjs/sensitive-fields
- Issues: https://github.com/cabinjs/sensitive-fields/issues
- npm.io page: https://npm.io/package/sensitive-fields

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2023-09-11
- 1.0.0 — 2023-01-13
- 0.0.9 — 2020-06-03
- 0.0.8 — 2020-06-01
- 0.0.7 — 2019-09-18
- 0.0.6 — 2019-09-02
- 0.0.5 — 2019-06-26
- 0.0.4 — 2019-06-26
- 0.0.3 — 2019-06-26
- 0.0.2 — 2019-04-30
- 0.0.1 — 2019-04-28

## README

# sensitive-fields

[![build status](https://github.com/cabinjs/sensitive-fields/actions/workflows/ci.yml/badge.svg)](https://github.com/cabinjs/sensitive-fields/actions/workflows/ci.yml)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/cabinjs/sensitive-fields.svg)](LICENSE)
[![npm downloads](https://img.shields.io/npm/dt/sensitive-fields.svg)](https://npm.im/sensitive-fields)

> List of sensitive fields that should be masked, obfuscated, or purged for security purposes


## Table of Contents

* [Install](#install)
* [Usage](#usage)
* [Complete List](#complete-list)
* [Contributors](#contributors)
* [License](#license)


## Install

[npm][]:

```sh
npm install sensitive-fields
```


## Usage

```js
const sensitiveFields = require('sensitive-fields');

console.log(sensitiveFields);
```


## Complete List

See [index.json](index.json).


## Contributors

| Name           | Website                    |
| -------------- | -------------------------- |
| **Nick Baugh** | <http://niftylettuce.com/> |


## License

[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)


##

[npm]: https://www.npmjs.com/

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