Comparing version 1.4.1 to 1.4.2
@@ -36,3 +36,3 @@ var Filter = (function() { | ||
Filter.prototype.removeWords = function removeWords() { | ||
words = Array.prototype.slice.call(arguments); | ||
var words = Array.prototype.slice.call(arguments); | ||
words.map(function(word) { | ||
@@ -39,0 +39,0 @@ return this.list.indexOf(word); |
{ | ||
"name": "bad-words", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A javascript filter for bad words", | ||
@@ -5,0 +5,0 @@ "main": "./lib/badwords", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16034