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

@contential/prompt

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contential/prompt - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

16

lib/types.d.ts

@@ -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;
};

2

package.json
{
"name": "@contential/prompt",
"description": "Contential - Prompt Client",
"version": "0.0.20",
"version": "0.0.21",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "module": "dist/index.mjs",

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