Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@graphai/agent_utils

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphai/agent_utils - npm Package Compare versions

Comparing version
0.0.9
to
2.0.0
+3
-0
lib/type.d.ts

@@ -33,2 +33,5 @@ export type GraphAIArray<Item = unknown> = {

};
export type GraphAISupressError = {
supressError: boolean;
};
export type GraphAIDebug = {

@@ -35,0 +38,0 @@ debug: boolean;

+1
-1
{
"name": "@graphai/agent_utils",
"version": "0.0.9",
"version": "2.0.0",
"description": "Agent utils for GraphAI.",

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