🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@builder.io/ai-utils

Package Overview
Dependencies
Maintainers
21
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/ai-utils - npm Package Compare versions

Comparing version

to
0.3.8

2

package.json
{
"name": "@builder.io/ai-utils",
"version": "0.3.7",
"version": "0.3.8",
"description": "Builder.io AI utils",

@@ -5,0 +5,0 @@ "type": "module",

@@ -94,3 +94,6 @@ import type {

export interface GetBuildOutputToolInput {}
export interface DevServerControlInput {
restart?: boolean;
getLogs?: boolean;
}

@@ -111,3 +114,3 @@ export interface BashToolInput {

get_rule: GetRuleToolInput;
get_build_output: GetBuildOutputToolInput;
dev_server_control: DevServerControlInput;
bash: BashToolInput;

@@ -407,4 +410,5 @@ web_search: WebSearchToolInput;

type: "stdio";
command: string;
stream: "stdout" | "stderr";
source: "run-command";
source: "run-command" | "tool-command";
content: string;

@@ -462,2 +466,3 @@ }

attachments?: Attachment[];
debugMode?: boolean;
}

@@ -464,0 +469,0 @@