@redsocs/spam-warden 1.3.3 → 1.3.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/README.md +0 -1
- package/dist/spamwarden.js +4 -1
- package/dist/spamwarden.min.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -193,7 +193,6 @@ Sanitized: "Win [CARD_MASKED] now! [at]TUNA_FISH"
|
|
|
193
193
|
|
|
194
194
|
About
|
|
195
195
|
|
|
196
|
-
- **Version** 1.3.0 (Engine v11.06)
|
|
197
196
|
- **Author:** [RedSocs](https://github.com/RedSocs)
|
|
198
197
|
- **License:** MIT
|
|
199
198
|
- **Inquiries & Enterprise Support:** [pichit[at]redsocs.com](https://www.google.com/search?q=mailto%3Apichit%40redsocs.com)
|
package/dist/spamwarden.js
CHANGED
|
@@ -391,7 +391,10 @@ var SWModule = (() => {
|
|
|
391
391
|
window.spamwarden = SpamWarden;
|
|
392
392
|
} else {
|
|
393
393
|
window.spamwarden = {
|
|
394
|
-
version: SpamWarden.version
|
|
394
|
+
version: SpamWarden.version,
|
|
395
|
+
isSpam: function() {
|
|
396
|
+
return this.spamcheck().isSpam;
|
|
397
|
+
}
|
|
395
398
|
};
|
|
396
399
|
}
|
|
397
400
|
}
|