bad-words-next
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -266,3 +266,3 @@ 'use strict'; | ||
return _this2.check(p) === true ? _this2.opts.placeholder : p; | ||
}).join(' '); | ||
}).join(' '); // TODO: this one is most likely incorrect as it assumes spaces when joining | ||
} | ||
@@ -269,0 +269,0 @@ }]); |
{ | ||
"name": "bad-words-next", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Profanity filtering and detection", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,4 +5,6 @@ # bad-words-next | ||
Started as a quick overnight project. Feel free to contribute. | ||
Quick overnight project. Filtering is not production ready yet. | ||
**Use at your own risk. Filtering may remove new lines and words bounderies.** | ||
## Install | ||
@@ -9,0 +11,0 @@ |
Sorry, the diff of this file is not supported yet
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
33890
98