isprofanity
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -63,3 +63,2 @@ fs = require('fs'); | ||
if(x < (word.length/2) && exceptions.indexOf(word) === -1){ | ||
console.log('\''+word+'\' is too close to \''+swear+'\' for comfort'); | ||
containsASwear = true; | ||
@@ -66,0 +65,0 @@ } |
{ | ||
"name": "isprofanity", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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", |
7997
67