https://github.com/cvan/contains-pii
Search text for sensitive personal data
https://github.com/cvan/contains-pii
Last synced: 12 months ago
JSON representation
Search text for sensitive personal data
- Host: GitHub
- URL: https://github.com/cvan/contains-pii
- Owner: cvan
- License: cc0-1.0
- Created: 2019-12-05T22:11:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T07:49:28.000Z (over 3 years ago)
- Last Synced: 2025-04-30T05:48:12.872Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1000 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# contains-pii
[](https://circleci.com/gh/cvan/contains-pii)
A library for detecting Personally Identifiable Information (PII) in strings of text.
## Getting started
0. Ensure you have [Node.js 10+](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/getting-started/installing-node) installed and available on your system.
1. Clone [this Git repo](https://github.com/cvan/contains-pii):
```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
```
## Documentation
- [Guidelines for Contributing](./CONTRIBUTING.md)
## License
All code and text in [this repo](https://github.com/cvan/contains-pii) is [licensed](./LICENSE.md) under the [Creative Commons — CC0 1.0 Universal (CC0 1.0) license](https://creativecommons.org/publicdomain/zero/1.0/).