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.41 to 0.0.42

4

dist/completion.d.ts

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

/**
* User's jobs
*/
userJobs?: string[];
/**
* Selected ids in the builder.

@@ -99,0 +103,0 @@ */

@@ -226,2 +226,10 @@ import type { BuilderContent, BuilderElement } from "@builder.io/sdk";

errorMessage?: string;
/**
* Input tokens
*/
inputTokens?: number;
/**
* Output tokens
*/
outputTokens?: number;
}

@@ -228,0 +236,0 @@ export interface ModelCreateEvent {

2

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