New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.16 to 0.0.17

5

dist/completion.d.ts

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

debug?: boolean;
/**
* Date.now() timestamp of when the assistant was started.
* This is used to calculate the time taken between all
*/
start: number;
}

@@ -74,0 +79,0 @@ export type OnPromptSubmit = (opts: {

4

dist/events.d.ts

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

value: Record<string, any>;
ts: number;
}

@@ -104,2 +105,3 @@ export interface ContentStyleUpdatePatch {

value: Record<string, any>;
ts: number;
}

@@ -110,2 +112,3 @@ export interface ContentTextUpdatePatch {

value: string;
ts: number;
}

@@ -119,2 +122,3 @@ export interface ContentCompleteEvent {

message: AssistantMessage;
ts: number;
}

@@ -121,0 +125,0 @@ export interface ModelCreateEvent {

2

package.json
{
"name": "@builder.io/ai-utils",
"version": "0.0.16",
"version": "0.0.17",
"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