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

@markprompt/react

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markprompt/react - npm Package Compare versions

Comparing version 0.51.3 to 0.51.4

36

dist/chat/store.d.ts

@@ -282,2 +282,10 @@ import { type ChatCompletionChunk, type ChatCompletionMessageToolCall, type ChatCompletionTool, type SubmitChatOptions, type SubmitChatYield } from '@markprompt/core/chat';

messageId?: string;
steps?: {
id: string;
function: {
arguments: string;
name: string;
};
type: "function";
}[] | undefined;
promptId?: string;

@@ -344,2 +352,10 @@ }[];

messageId?: string;
steps?: {
id: string;
function: {
arguments: string;
name: string;
};
type: "function";
}[] | undefined;
promptId?: string;

@@ -387,2 +403,4 @@ }[];

maxTokens?: number;
agentic?: boolean;
useReranker?: boolean;
sectionsMatchCount?: number;

@@ -533,2 +551,10 @@ sectionsMatchThreshold?: number;

messageId?: string;
steps?: {
id: string;
function: {
arguments: string;
name: string;
};
type: "function";
}[] | undefined;
promptId?: string;

@@ -595,2 +621,10 @@ }[];

messageId?: string;
steps?: {
id: string;
function: {
arguments: string;
name: string;
};
type: "function";
}[] | undefined;
promptId?: string;

@@ -638,2 +672,4 @@ }[];

maxTokens?: number;
agentic?: boolean;
useReranker?: boolean;
sectionsMatchCount?: number;

@@ -640,0 +676,0 @@ sectionsMatchThreshold?: number;

4

package.json
{
"name": "@markprompt/react",
"version": "0.51.3",
"version": "0.51.4",
"description": "A headless React component for adding GPT-4 powered search using the Markprompt API.",

@@ -45,3 +45,3 @@ "repository": {

"zustand": "^4.5.2",
"@markprompt/core": "0.35.1"
"@markprompt/core": "0.35.2"
},

@@ -48,0 +48,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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