- 8 PII patterns: email, SSN, credit card, phone, IP, password/token, JWT, API key - redactPII() for string redaction - redactObject() for recursive object redaction - redactLogMessage() for log entries with context - containsPII() and getPIITypes() detection helpers - Custom pattern registration - Preset configurations: minimal, standard, aggressive |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| .gitignore | ||
| Dockerfile | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||