Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

swearguard-vx

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swearguard-vx

Este projeto é um filtro de palavrões que verifica se uma string contém palavras ilícitas. Ele filtra entre 265 palavrões usando o módulo @2toad/profanity para auxiliar. O projeto suporta tanto Português Brasileiro (pt-br) quanto Inglês (english).

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

SwearGuard - Filtro de Palavrões

Este projeto é um filtro de palavrões que verifica se uma string contém palavras ilícitas. Ele filtra entre 265 palavrões usando o módulo @2toad/profanity para auxiliar. O projeto suporta tanto Português Brasileiro (pt-br) quanto Inglês (english).

Como funciona

O filtro verifica a string fornecida e retorna true se a string contém algum palavrão e false caso contrário.

Exemplos de uso

Aqui estão alguns exemplos de como usar este projeto:

// Exemplo em Português Brasileiro
const isWordIlicitaPtBr_01 = checkWordIlicita('Essa é uma string com B.o.c.e.t.a.');
console.log(isWordIlicitaPtBr_01);  // true

const isWordIlicitaPtBr_02 = checkWordIlicita('Essa é uma string com Anus');
console.log(isWordIlicitaPtBr_02);  // true

// Exemplo em Inglês
const isWordIlicitaEn = checkWordIlicita('This is a string with.', 'english');
console.log(isWordIlicitaEn);  // true

Observation

-The complete documentation in English is available in the docs/english folder.

FAQs

Package last updated on 02 Feb 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc