contains-pii

A library for detecting Personally Identifiable Information (PII) in strings of text.

Usage no npm install needed!

<script type="module">
  import containsPii from 'https://cdn.skypack.dev/contains-pii';
</script>

README

contains-pii

CircleCI

A library for detecting Personally Identifiable Information (PII) in strings of text.

Getting started

  1. Ensure you have Node.js 10+ and npm installed and available on your system.

  2. Clone this Git repo:

    git clone git@github.com:cvan/contains-pii.git && cd contains-pii
    
  3. Install the Node.js dependencies:

    npm install
    
  4. Run the tests:

    npm test
    

Documentation

License

All code and text in this repo is licensed under the Creative Commons — CC0 1.0 Universal (CC0 1.0) license.