Full list of bad words and top swear words banned by Google. The list is updated monthly. Pull requests are welcome!
npm install -s @coffeeandfun/google-profanity-words
import { ProfanityEngine } from '@coffeeandfun/google-profanity-words';
let profanity = new ProfanityEngine();
profanity.all(); // returns all bad words as an array.
profanity.search('bad word'); // returns true if the word is found in the list.
Read the contribution guide and join the contributors!