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.11 to 0.0.12

8

dist/events.d.ts

@@ -58,8 +58,10 @@ import type { BuilderContent, BuilderElement, Component } from "@builder.io/sdk";

export interface BuiderEditorState {
activeLocale?: string;
contentLocale?: string;
content?: BuilderContent;
components?: Component[];
designTokens?: Record<string, string>;
content?: BuilderContent;
model?: BuilderModel | undefined;
model?: BuilderModel;
selectedIds?: string[];
spaceId?: string | undefined;
spaceId?: string;
}

@@ -66,0 +68,0 @@ export interface ContentCreateEvent {

{
"name": "@builder.io/ai-utils",
"version": "0.0.11",
"version": "0.0.12",
"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