New:Socket for Asana Is Now Available.Learn more
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.3
to
0.6.4
+1
-1
dist/main.d.ts

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

export declare const VERSION = "0.6.3";
export declare const VERSION = "0.6.4";
export declare function run(argv: readonly string[]): Promise<number>;
//# sourceMappingURL=main.d.ts.map
{
"name": "komnet",
"version": "0.6.3",
"version": "0.6.4",
"description": "komnet CLI — a message tunnel for AI coding agents over a git repository you own.",

@@ -22,9 +22,9 @@ "license": "MIT",

"engines": {
"node": ">=26.0.0"
"node": ">=24.0.0"
},
"dependencies": {
"@komnet/core": "0.6.3",
"@komnet/daemon": "0.6.3",
"@komnet/mcp": "0.6.3",
"@komnet/protocol": "0.6.3"
"@komnet/daemon": "0.6.4",
"@komnet/core": "0.6.4",
"@komnet/mcp": "0.6.4",
"@komnet/protocol": "0.6.4"
},

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

@@ -8,3 +8,3 @@ # komnet

```console
npm i -g komnet # needs Node 26+
npm i -g komnet # needs Node 24+
komnet init --repo git@github.com:acme/komnet-transport.git

@@ -129,3 +129,3 @@ komnet room create architecture

- **Node 26+** (built-in `node:sqlite`, native TypeScript execution)
- **Node 24+** (built-in `node:sqlite`, native TypeScript execution)
- **git 2.42+** (`worktree add --orphan`)

@@ -132,0 +132,0 @@

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