New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@breadboard-ai/types

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@breadboard-ai/types - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

dist/src/uuid.d.ts

11

dist/src/graph-descriptor.d.ts

@@ -211,3 +211,3 @@ /**

*/
export type GraphTag = "published" | "tool" | "experimental" | "component";
export type GraphTag = "published" | "tool" | "experimental" | "component" | "deprecated";
/**

@@ -257,2 +257,7 @@ * Represents graph metadata.

};
/**
* Whether or not the graph is minimized. Generally only applies to
* subgraphs as they carry that control in the Visual Editor.
*/
minimized?: boolean;
};

@@ -352,2 +357,6 @@ };

/**
* The title for the module.
*/
title?: string;
/**
* Tags associated with the module. At this moment, free-form strings.

@@ -354,0 +363,0 @@ */

@@ -10,2 +10,3 @@ /**

export type * from "./traversal.js";
export type * from "./uuid.js";
//# sourceMappingURL=index.d.ts.map

@@ -31,2 +31,3 @@ /**

graph: GraphDescriptor;
graphId: string;
path: number[];

@@ -33,0 +34,0 @@ timestamp: number;

2

package.json
{
"name": "@breadboard-ai/types",
"version": "0.3.0",
"version": "0.4.0",
"description": "TypeScript type definitions for Breadboard.",

@@ -5,0 +5,0 @@ "main": "./dist/src/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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