text-moderate
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -7,2 +7,6 @@ const localList = require('./lang.json').words; | ||
console.log(baseList) | ||
console.log(frenchList) | ||
console.log(localList) | ||
class TextProcessor { | ||
@@ -9,0 +13,0 @@ /** |
@@ -49,3 +49,3 @@ const { google } = require('googleapis'); | ||
}) | ||
.length > 0 || false; | ||
.length > 0 || false; | ||
} | ||
@@ -52,0 +52,0 @@ |
{ | ||
"name": "text-moderate", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A comprehensive JavaScript library for content moderation, including profanity filtering, sentiment analysis, and toxicity detection. Leveraging advanced algorithms and external APIs, TextModerate provides developers with tools to create safer and more positive online environments. Supports multiple languages for profanity and sentiment analysis, with extendable configurations for custom use cases.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/TextModerate.js", |
233502
7572