Socket
Socket
Sign inDemoInstall

@moderation-api/sdk

Package Overview
Dependencies
11
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "@moderation-api/sdk",
"version": "1.1.1",
"version": "1.1.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "Automatically moderate your content with Moderation API",

@@ -594,3 +594,3 @@ import type { CancelablePromise } from '../core/CancelablePromise';

*/
label: 'nudity' | 'suggestive' | 'gore' | 'hate' | 'violence' | 'weapon' | 'smoking' | 'drugs' | 'alcohol';
label: 'nudity' | 'suggestive' | 'gore' | 'hate' | 'violence' | 'weapon' | 'smoking' | 'drugs' | 'alcohol' | 'text';
/**

@@ -601,2 +601,6 @@ * The confidence of the model

}>;
/**
* The texts found in the image, if the image text model is enabled
*/
texts?: Array<string>;
}>;

@@ -603,0 +607,0 @@ /**

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc