@stll/anonymize 2.8.1 → 2.8.2

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/README.md CHANGED
@@ -8,6 +8,13 @@ Runtime package for multi-layer PII detection and anonymization.
8
8
 
9
9
  It combines regex detectors, trigger phrases, deny-list matching, and coreference handling in a single deterministic pipeline that works in native Node.js and in browser builds through the WASM entrypoint.
10
10
 
11
+ The default pipeline detects personal identifiers; it is not a general-purpose
12
+ secret scanner. Passwords, authentication tokens, API keys, and private
13
+ cryptographic material are outside its claimed scope. IP addresses, MAC
14
+ addresses, and URLs are explicit opt-in capabilities. Query
15
+ `CAPABILITY_MANIFEST` or `anonymize --capabilities` instead of assuming a label
16
+ is enabled.
17
+
11
18
  ## Install
12
19
 
13
20
  ```bash
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stll/anonymize",
3
- "version": "2.8.1",
3
+ "version": "2.8.2",
4
4
  "description": "Deterministic PII detection and anonymization with regex, deny lists, and coreference resolution",
5
5
  "keywords": [
6
6
  "anonymization",
@@ -113,19 +113,19 @@
113
113
  }
114
114
  },
115
115
  "optionalDependencies": {
116
- "@stll/anonymize-darwin-arm64": "2.8.1",
117
- "@stll/anonymize-darwin-x64": "2.8.1",
118
- "@stll/anonymize-linux-arm64-gnu": "2.8.1",
119
- "@stll/anonymize-linux-x64-gnu": "2.8.1",
120
- "@stll/anonymize-win32-x64-msvc": "2.8.1"
116
+ "@stll/anonymize-darwin-arm64": "2.8.2",
117
+ "@stll/anonymize-darwin-x64": "2.8.2",
118
+ "@stll/anonymize-linux-arm64-gnu": "2.8.2",
119
+ "@stll/anonymize-linux-x64-gnu": "2.8.2",
120
+ "@stll/anonymize-win32-x64-msvc": "2.8.2"
121
121
  },
122
122
  "devDependencies": {
123
- "@napi-rs/cli": "^3.8.5",
123
+ "@napi-rs/cli": "^3.8.6",
124
124
  "@stll/anonymize-data": "workspace:*",
125
125
  "bun-types": "1.4.0",
126
126
  "fast-check": "^4.9.0",
127
127
  "fflate": "^0.8.3",
128
- "puppeteer-core": "25.5.0",
128
+ "puppeteer-core": "25.7.0",
129
129
  "tsdown": "0.22.14",
130
130
  "typescript": "7.0.2",
131
131
  "vite": "^8.2.1"