@redsocs/spam-warden 1.1.10 → 1.1.13
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 +2 -2
- package/dist/spamwarden.js +3200 -1701
- package/dist/spamwarden.min.js +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ If you need to report blocked spam payloads to a central SIEM/SOC, provide a Bas
|
|
|
46
46
|
|
|
47
47
|
_Note: The `client` parameter is a Base64 encoded string of `sdFlag|siemEndpoint` (e.g., `0|siem.redsocs.com/v1`)._
|
|
48
48
|
|
|
49
|
-
### 3. API Usage (Node
|
|
49
|
+
### 3. API Usage (Node Only)
|
|
50
50
|
|
|
51
51
|
```javascript
|
|
52
52
|
const result = spamwarden.spamcheck("[Hello, this is a Thai casino & scam ads — and guess what? Your tax pays for my traffic.]");
|
|
@@ -131,7 +131,7 @@ You can spin up a local simulation server to test the DOM auto-blocking behavior
|
|
|
131
131
|
|
|
132
132
|
# About
|
|
133
133
|
|
|
134
|
-
- **Version:** 1.1.
|
|
134
|
+
- **Version:** 1.1.11 (Engine v11.06)
|
|
135
135
|
- **Author:** [RedSocs](https://github.com/RedSocs)
|
|
136
136
|
- **License:** MIT
|
|
137
137
|
- **Model Origin:** Trained via [RedSocs/spam-labeler](https://github.com/RedSocs/spam-labeler)
|