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.48
to
0.1.49
+10
-10
dist/index.d.cts

@@ -432,2 +432,12 @@ import { SkillCatalog, AgentEvent, SessionStateSummary, SkillMetadata, SkillLoadError } from '@codelia/shared-types';

type SkillsListParams = {
cwd?: string;
force_reload?: boolean;
};
type SkillsListResult = {
skills: SkillMetadata[];
errors: SkillLoadError[];
truncated: boolean;
};
type TaskState = "queued" | "running" | "completed" | "failed" | "cancelled";

@@ -515,12 +525,2 @@ type TaskKind = "shell" | "subagent";

type SkillsListParams = {
cwd?: string;
force_reload?: boolean;
};
type SkillsListResult = {
skills: SkillMetadata[];
errors: SkillLoadError[];
truncated: boolean;
};
type ThemeSetParams = {

@@ -527,0 +527,0 @@ name: string;

@@ -432,2 +432,12 @@ import { SkillCatalog, AgentEvent, SessionStateSummary, SkillMetadata, SkillLoadError } from '@codelia/shared-types';

type SkillsListParams = {
cwd?: string;
force_reload?: boolean;
};
type SkillsListResult = {
skills: SkillMetadata[];
errors: SkillLoadError[];
truncated: boolean;
};
type TaskState = "queued" | "running" | "completed" | "failed" | "cancelled";

@@ -515,12 +525,2 @@ type TaskKind = "shell" | "subagent";

type SkillsListParams = {
cwd?: string;
force_reload?: boolean;
};
type SkillsListResult = {
skills: SkillMetadata[];
errors: SkillLoadError[];
truncated: boolean;
};
type ThemeSetParams = {

@@ -527,0 +527,0 @@ name: string;

{
"name": "@codelia/protocol",
"version": "0.1.48",
"version": "0.1.49",
"type": "module",

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

"dependencies": {
"@codelia/shared-types": "0.1.48"
"@codelia/shared-types": "0.1.49"
},

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