New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@codelia/protocol

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codelia/protocol - npm Package Compare versions

Comparing version
0.1.62
to
0.1.63
+4
-0
dist/index.d.cts

@@ -327,5 +327,8 @@ import { SkillCatalog, AgentEvent, SessionStateSummary, SkillMetadata, SkillLoadError } from '@codelia/shared-types';

limit?: number;
scope?: "current_workspace" | "all";
workspace_root?: string;
};
type SessionListResult = {
sessions: SessionStateSummary[];
current_workspace_root?: string;
};

@@ -341,2 +344,3 @@ type SessionHistoryParams = {

truncated?: boolean;
resume_diff?: string;
};

@@ -343,0 +347,0 @@

@@ -327,5 +327,8 @@ import { SkillCatalog, AgentEvent, SessionStateSummary, SkillMetadata, SkillLoadError } from '@codelia/shared-types';

limit?: number;
scope?: "current_workspace" | "all";
workspace_root?: string;
};
type SessionListResult = {
sessions: SessionStateSummary[];
current_workspace_root?: string;
};

@@ -341,2 +344,3 @@ type SessionHistoryParams = {

truncated?: boolean;
resume_diff?: string;
};

@@ -343,0 +347,0 @@

+2
-2
{
"name": "@codelia/protocol",
"version": "0.1.62",
"version": "0.1.63",
"type": "module",

@@ -23,3 +23,3 @@ "files": [

"dependencies": {
"@codelia/shared-types": "0.1.62"
"@codelia/shared-types": "0.1.63"
},

@@ -26,0 +26,0 @@ "publishConfig": {