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

code-graph-builder

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-graph-builder - npm Package Compare versions

Comparing version
0.30.10
to
0.34.0
+5
-0
bin/cli.mjs

@@ -758,2 +758,7 @@ #!/usr/bin/env node

// Force unbuffered stdout/stderr so MCP JSON-RPC responses are flushed
// immediately through the multi-layer pipe chain on Windows
// (MCP client -> cmd.exe -> npx -> node -> cmd.exe -> python).
mergedEnv.PYTHONUNBUFFERED = "1";
const child = spawn(cmd, args, {

@@ -760,0 +765,0 @@ stdio: "inherit",

+1
-1
{
"name": "code-graph-builder",
"version": "0.30.10",
"version": "0.34.0",
"description": "Code knowledge graph builder with MCP server for AI-assisted code navigation",

@@ -5,0 +5,0 @@ "license": "MIT",