Skip to content

ashrafhofney/data-masker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataMasker

  • An npm package for masking sensitive data, built for both the ECMAScript Module format (i.e. ESM or ES Module) and CommonJS Module format (CJS). It can be used in Node.js and browser applications.
  • Utilizing DataMasting for sensitive information within app.

Installation

npm i @am.hofney/data-masker

Usage

const maskingConfig: MaskConfigInput = {
  data: string;
  keys: string[];
  values?: string[];
  mask?: string;
};
const maskedData = new DataMasker(maskingConfig).run();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published