A library for detecting Personally Identifiable Information (PII) in strings of text.
npm install contains-pii
A library for detecting Personally Identifiable Information (PII) in strings of text.
0. Ensure you have Node.js 10+ and npm installed and available on your system.
1. Clone this Git repo:
``sh`
git clone git@github.com:cvan/contains-pii.git && cd contains-pii
2. Install the Node.js dependencies:
`sh`
npm install
3. Run the tests:
`sh``
npm test
All code and text in this repo is licensed under the Creative Commons — CC0 1.0 Universal (CC0 1.0) license.