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.19 to 0.0.20

12

dist/events.d.ts

@@ -77,5 +77,13 @@ import type { BuilderContent, BuilderElement, Component } from "@builder.io/sdk";

export interface ContentApplySnapshot {
/**
* The id of the BuilderContent to apply the snapshot to
*/
id: string;
blocks?: BuilderElement[];
content?: BuilderContent;
/**
* Each snapshot can be either a full BuilderContent or individual BuilderElements.
* Order matters, as the snapshots will be applied in the order they are listed.
* The builder app will handle the logic of applying the snapshots in the correct order
* and to the right content/elements.
*/
snapshots: (BuilderElement | BuilderContent)[];
}

@@ -82,0 +90,0 @@ export interface ContentApplySnapshotEvent {

2

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