New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

text-moderate

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

text-moderate - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

lib/badwords.js

@@ -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 @@ /**

2

lib/TextModerate.js

@@ -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",

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