isprofanity
Advanced tools
Comparing version 1.3.2 to 1.3.4
@@ -85,3 +85,3 @@ fs = require('fs'); | ||
}, function(err) { | ||
if(!foundExeption && WorstSwear.sureness > 0.42){ | ||
if(!foundExeption && WorstSwear.sureness > 0.32){ | ||
blockedWords.push(WorstSwear); | ||
@@ -88,0 +88,0 @@ containsASwear = true; |
{ | ||
"name": "isprofanity", | ||
"version": "1.3.2", | ||
"version": "1.3.4", | ||
"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", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3720805