@redsocs/spam-warden 1.1.11 → 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 +1 -1
- package/dist/spamwarden.js +101 -101
- 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.]");
|