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

@builder.io/ai-utils

Package Overview
Dependencies
Maintainers
0
Versions
70
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 0.0.29 to 0.0.30

4

dist/completion.d.ts

@@ -110,2 +110,6 @@ import type { BuilderContent, BuilderElement, Component } from "@builder.io/sdk";

sessionId?: string;
/**
* Custom instructions that could be add into the prompt.
*/
customInstructions?: Record<string, string>;
}

@@ -112,0 +116,0 @@ /**

5

dist/events.d.ts

@@ -100,3 +100,3 @@ import type { BuilderContent, BuilderElement } from "@builder.io/sdk";

}
export type ContentUpdatePatch = ContentInsertBeforePatch | ContentInsertAfterPatch | ContentPropsUpdatePatch | ContentSetChildrenPatch | ContentStyleUpdatePatch;
export type ContentUpdatePatch = ContentInsertBeforePatch | ContentInsertAfterPatch | ContentPropsUpdatePatch | ContentSetChildrenPatch | ContentStyleUpdatePatch | ContentDeletePatch;
export interface NodeData {

@@ -139,2 +139,5 @@ /**

}
export interface ContentDeletePatch extends ContentPatchBase {
type: "delete";
}
export interface ContentCompleteEvent {

@@ -141,0 +144,0 @@ type: "assistant.content.complete";

{
"name": "@builder.io/ai-utils",
"version": "0.0.29",
"version": "0.0.30",
"description": "Builder.io AI utils",

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

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