secure-redact 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/advanced.worker-DSVrF0gl.js +890 -0
- package/dist/assets/nlp.worker-u7Lr_A3c.js +521 -0
- package/dist/assets/ocr.worker-D5s6dY7M.js +139 -0
- package/dist/secure-redact.es.js +7027 -8622
- package/dist/secure-redact.es.js.map +1 -1
- package/dist/secure-redact.umd.js +33 -1583
- package/dist/secure-redact.umd.js.map +1 -1
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "secure-redact",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Client-side PII detection and redaction React component. Upload documents, automatically detect sensitive information using OCR + AI, review detections, and download redacted copies — all without sending originals to any server.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|