isprofanity
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -86,3 +86,3 @@ fs = require('fs'); | ||
}, this); | ||
if(WorstSwear.sureness > mostlikelyexception.sureness && WorstSwear.sureness > 0.2){ | ||
if(WorstSwear.sureness > mostlikelyexception.sureness && WorstSwear.sureness > 0.42){ | ||
blockedWords.push(WorstSwear); | ||
@@ -89,0 +89,0 @@ containsASwear = true; |
{ | ||
"name": "isprofanity", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A profanity checker which, unlike alternatives, uses the Wagner–Fischer algorithm in order to catch variations that you haven't thought of. ", | ||
@@ -5,0 +5,0 @@ "main": "isProfanity.js", |
11088