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

@graphai/agent_utils

Package Overview
Dependencies
Maintainers
0
Versions
8
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

to
0.0.6

3

lib/type.d.ts

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

};
export type GraphAINullableText = {
text: string | null;
};
export type GraphAIData<Data = unknown> = {

@@ -22,0 +25,0 @@ data: Data;

2

package.json
{
"name": "@graphai/agent_utils",
"version": "0.0.5",
"version": "0.0.6",
"description": "Agent utils for GraphAI.",

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