Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvan/contains-pii
Search text for sensitive personal data
https://github.com/cvan/contains-pii
Last synced: 4 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T07:49:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T13:21:22.726Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1000 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# contains-pii
[![CircleCI](https://circleci.com/gh/cvan/contains-pii.svg?style=svg)](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 [email protected]: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/).