
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
All in One Profanity and Spam Tool, supporting multiple languages and modes.
Tool | Use |
---|---|
Profanity | Used to censor words using selected modes |
Spam | Uses an algorithm to stop repeating characters |
Warning : Examples may contain offensive text
// Initialize
import { profanity, spam } from 'profam'
// Profanity
// set download url
profanity.setDownloadUrl('https://static.gamingforgood.net/assets/profanityLocales/[language].json')
// Now that we have specified languages url you can start adding languages
profanity.addLanguages('en') // --> this is async returns a promise
// Now English is added, bad-words in English will be censored according to the mode selected
// To change profanity mode:
profanity.setModes('funny')
// Bad-words will be replaced with funny words using funny mode.
profanity.run('Go to hell!') // --> Go to unicorn!
// Adding custom words
profanity.addCustomLanguages('Klingon')
//Adding words to your custom language:
profanity.addWords('Klingon', ['Hu\'tegh', 'baktag'])
// Spam
spam.run('trolololololololololol') // --> trolol
Method | Use |
---|---|
profanity.getDownloadUrl() | Returns download url |
profanity.setDownloadUrl(string) | Sets download url |
profanity.getLanguages() | Returns array of language downloaded |
profanity.addLanguages(string/array) | Returns a promise and downlods languages |
profanity.addCustomLanguages(string/array) | Adds custom languages |
profanity.removeLanguages(string/array) | Removes languages |
profanity.getWords(string(language)) | Returns bad-words used by language |
profanity.addWords(string(language), string/array) | Adds words to language |
profanity.removeWords(string(language), string/array) | Removes words in language |
profanity.getModes() | Returns enabled modes |
profanity.setModes(string/array) | Enables modes |
profanity.run(string/array) | Returns array of object for each string keyed by mode used |
Method | Use |
---|---|
spam.getFrequency() | Returns frequency used in algorithm |
spam.setFrequency(number) | Sets frequency used in algorithm |
spam.run(string/array) | Returns array of strings |
Name | Code |
---|---|
Arabic | ar |
Chinese | zh |
Czech | cs |
Danish | da |
Dutch | nl |
English | en |
Esperanto | eo |
Finnish | fi |
French | fr |
German | de |
Hindi | hi |
Hungarian | hu |
Italian | it |
Japanese | ja |
Klingon | tlh |
Korean | ko |
Norwegian | no |
Persian | fa |
Polish | pl |
Portuguese | pt |
Russian | ru |
Spanish | es |
Swedish | sv |
Thai | th |
Turkish | tr |
Name | Output |
---|---|
asterisks-obscure | w**d!! |
asterisks-full | ****!! |
funny | unicorn!! |
grawlix | !#%@!! |
spaces | !! |
black | ■■■■!! |
hide | !! |
beep | BEEP!! |
FAQs
Profanity and Spam Tool, supporting multiple languages and modes.
The npm package profam receives a total of 24 weekly downloads. As such, profam popularity was classified as not popular.
We found that profam demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.