New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cadsy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cadsy

npm package to integrate with any platform to detect nudity and vulgar content and block the user automatically

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

Cadsy

Cadsy is an npm package that seamlessly integrates with JavaScript applications, helping developers detect and block nudity or vulgar content in user inputs. It works with any JavaScript-based app, like React or Next.js, offering a comprehensive solution for content moderation.

Features

  • Content Moderation: Detect and block nudity or vulgar content in user inputs.
  • Seamless Integration: Easily integrate Cadsy into your JavaScript applications.
  • Compatibility: Works with any JavaScript-based app, including React, Next.js, and more.
  • Comprehensive Solution: Provides a comprehensive solution for content moderation, enhancing user experience and safety.

Installation

You can install Cadsy via npm:

npm install cadsy

Usage

import Cadsy from 'cadsy';

// Example usage in a React component
const MyComponent = () => {
  // Your component logic here
  
  return (
    <Cadsy>
      {/* Your component content here */}
    </Cadsy>
  );
};

Keywords

nudity

FAQs

Package last updated on 24 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