Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

network-ai

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

network-ai - npm Package Compare versions

Comparing version
4.0.10
to
4.0.11
+3
-3
bin/mcp-server.ts

@@ -32,3 +32,3 @@ #!/usr/bin/env node

* @module bin/mcp-server
* @version 4.0.10
* @version 4.0.11
*/

@@ -110,3 +110,3 @@

console.log(`
network-ai-server — Network-AI MCP Server v4.0.10
network-ai-server — Network-AI MCP Server v4.0.11

@@ -149,3 +149,3 @@ Usage: npx ts-node bin/mcp-server.ts [options]

console.log(`\n[network-ai-server] Starting MCP Server v4.0.10`);
console.log(`\n[network-ai-server] Starting MCP Server v4.0.11`);
console.log(`[network-ai-server] Board: ${args.board} | Port: ${args.port}`);

@@ -152,0 +152,0 @@

@@ -32,5 +32,5 @@ #!/usr/bin/env node

* @module bin/mcp-server
* @version 4.0.10
* @version 4.0.11
*/
export {};
//# sourceMappingURL=mcp-server.d.ts.map

@@ -33,3 +33,3 @@ #!/usr/bin/env node

* @module bin/mcp-server
* @version 4.0.10
* @version 4.0.11
*/

@@ -110,3 +110,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

console.log(`
network-ai-server — Network-AI MCP Server v4.0.10
network-ai-server — Network-AI MCP Server v4.0.11

@@ -145,3 +145,3 @@ Usage: npx ts-node bin/mcp-server.ts [options]

}
console.log(`\n[network-ai-server] Starting MCP Server v4.0.10`);
console.log(`\n[network-ai-server] Starting MCP Server v4.0.11`);
console.log(`[network-ai-server] Board: ${args.board} | Port: ${args.port}`);

@@ -148,0 +148,0 @@ // --------------------------------------------------------------------------

@@ -10,3 +10,3 @@ /**

* @module SwarmOrchestrator
* @version 4.0.10
* @version 4.0.11
* @license MIT

@@ -13,0 +13,0 @@ */

@@ -128,3 +128,3 @@ "use strict";

capabilities: { tools: {} },
serverInfo: { name: this.name ?? 'network-ai', version: '4.0.10' },
serverInfo: { name: this.name ?? 'network-ai', version: '4.0.11' },
});

@@ -131,0 +131,0 @@ // Client signals it's ready — notification (no response needed, but

{
"name": "network-ai",
"version": "4.0.10",
"version": "4.0.11",
"description": "AI agent orchestration framework for TypeScript/Node.js - plug-and-play multi-agent coordination with 12 frameworks (LangChain, AutoGen, CrewAI, OpenAI Assistants, LlamaIndex, Semantic Kernel, Haystack, DSPy, Agno, MCP, OpenClaw). Built-in security, swarm intelligence, and agentic workflow patterns.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jovanSAPFIONEER/Network-AI#readme",

@@ -7,3 +7,3 @@ # Network-AI

[![CodeQL](https://github.com/jovanSAPFIONEER/Network-AI/actions/workflows/codeql.yml/badge.svg)](https://github.com/jovanSAPFIONEER/Network-AI/actions/workflows/codeql.yml)
[![Release](https://img.shields.io/badge/release-v4.0.10-blue.svg)](https://github.com/jovanSAPFIONEER/Network-AI/releases)
[![Release](https://img.shields.io/badge/release-v4.0.11-blue.svg)](https://github.com/jovanSAPFIONEER/Network-AI/releases)
[![npm](https://img.shields.io/npm/dw/network-ai.svg?label=npm%20downloads)](https://www.npmjs.com/package/network-ai)

@@ -10,0 +10,0 @@ [![Tests](https://img.shields.io/badge/tests-1216%20passing-brightgreen.svg)](#testing)

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