sensitive-fields

January 13, 2023 · View on GitHub

build status code style styled with prettier made with lass license npm downloads

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

Table of Contents

  • Install
  • Usage
  • Complete List
  • Contributors
  • License

Install

npm:

npm install sensitive-fields

Usage

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

console.log(sensitiveFields);

Complete List

See index.json.

Contributors

NameWebsite
Nick Baughhttp://niftylettuce.com/

License

MIT © Nick Baugh

Contents

  1. 1Table of Contents
  2. 2Install
  3. 3Usage
  4. 4Complete List
  5. 5Contributors
  6. 6License