🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@agent-format/renderer

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agent-format/renderer - npm Package Compare versions

Comparing version
0.1.7
to
0.1.8
+4
-4
dist/index.d.cts

@@ -237,7 +237,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

name: string;
role?: string;
birthday?: string;
address?: string;
role?: string | null;
birthday?: string | null;
address?: string | null;
isLastAddress?: boolean;
deathDate?: string;
deathDate?: string | null;
aliases?: string[];

@@ -244,0 +244,0 @@ }

@@ -237,7 +237,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

name: string;
role?: string;
birthday?: string;
address?: string;
role?: string | null;
birthday?: string | null;
address?: string | null;
isLastAddress?: boolean;
deathDate?: string;
deathDate?: string | null;
aliases?: string[];

@@ -244,0 +244,0 @@ }

{
"name": "@agent-format/renderer",
"version": "0.1.7",
"version": "0.1.8",
"description": "React renderer for the agent file format (.agent).",

@@ -5,0 +5,0 @@ "license": "MIT",