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

contential

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contential - npm Package Compare versions

Comparing version 0.0.51 to 0.0.52

2

package.json
{
"name": "contential",
"description": "Contential - JavaScript Client",
"version": "0.0.51",
"version": "0.0.52",
"dependencies": {},

@@ -6,0 +6,0 @@ "typesVersions": {

@@ -18,3 +18,17 @@ export type PromptClientOptions = {

export interface PromptOptionsData {
text: string;
response: string;
request?: PromptRequest;
}
export type PromptRequest = {
id: string;
created: string;
userId: string;
projectId: string;
prompt: string;
temperature: number;
duration: number;
durationText: string;
error?: string;
metadata?: unknown;
response?: string;
};
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