@redsocs/spam-warden 1.0.7 → 1.0.8
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/package.json +1 -1
- package/dist/spamwarden.js +0 -466
- package/dist/spamwarden.min.js +0 -2
package/README.md
CHANGED
|
@@ -105,7 +105,7 @@ You can spin up a local simulation server to test the DOM auto-blocking behavior
|
|
|
105
105
|
|
|
106
106
|
# About
|
|
107
107
|
|
|
108
|
-
- **Version:** 1.0.
|
|
108
|
+
- **Version:** 1.0.8 (v2 Engine)
|
|
109
109
|
- **Author:** [RedSocs](https://github.com/RedSocs)
|
|
110
110
|
- **License:** MIT
|
|
111
111
|
- **Model Origin:** Trained via [RedSocs/spam-labeler](https://github.com/RedSocs/spam-labeler)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redsocs/spam-warden",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Lightweight client-side JavaScript library for real-time spam detection. Trained on Thai spam data using Bernoulli Naive Bayes.",
|
|
5
5
|
"main": "dist/spamwarden.min.js",
|
|
6
6
|
"browser": "dist/spamwarden.min.js",
|