Sign In

komnet

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

komnet - npm Package Compare versions

Comparing version
0.6.4
to
0.6.5
+1
-1
dist/main.d.ts

@@ -1,3 +0,3 @@

export declare const VERSION = "0.6.4";
export declare const VERSION = "0.6.5";
export declare function run(argv: readonly string[]): Promise<number>;
//# sourceMappingURL=main.d.ts.map
{
"name": "komnet",
"version": "0.6.4",
"version": "0.6.5",
"description": "komnet CLI — a message tunnel for AI coding agents over a git repository you own.",
"license": "MIT",
"//mcpName": "Ownership proof for the official MCP Registry: it verifies this npm package by matching this field against `name` in server.json. Must stay io.github.<github-owner>/<server-name>.",
"mcpName": "io.github.komdosh/komnet",
"type": "module",

@@ -25,6 +27,6 @@ "bin": {

"dependencies": {
"@komnet/daemon": "0.6.4",
"@komnet/core": "0.6.4",
"@komnet/mcp": "0.6.4",
"@komnet/protocol": "0.6.4"
"@komnet/core": "0.6.5",
"@komnet/daemon": "0.6.5",
"@komnet/mcp": "0.6.5",
"@komnet/protocol": "0.6.5"
},

@@ -31,0 +33,0 @@ "author": "Andrey Tabakov",

Sorry, the diff of this file is too big to display