🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

depwire-cli

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depwire-cli - npm Package Compare versions

Comparing version
1.7.11
to
1.8.0
dist/chunk-7MYN5RIY.js

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

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

+2
-2

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

watchProject
} from "./chunk-5Y4DGNZ5.js";
} from "./chunk-P4HMQOF6.js";
import {
buildGraph,
parseProject
} from "./chunk-ENUYUDUG.js";
} from "./chunk-7MYN5RIY.js";

@@ -14,0 +14,0 @@ // src/mcpb-entry.ts

import { DirectedGraph } from 'graphology';
type SymbolKind = 'function' | 'class' | 'variable' | 'constant' | 'type_alias' | 'interface' | 'enum' | 'import' | 'export' | 'method' | 'property' | 'decorator' | 'module';
type SymbolKind = 'function' | 'class' | 'variable' | 'constant' | 'type_alias' | 'interface' | 'enum' | 'import' | 'export' | 'method' | 'property' | 'decorator' | 'module' | 'template';
interface SymbolNode {

@@ -13,4 +13,5 @@ id: string;

scope?: string;
metadata?: Record<string, unknown>;
}
type EdgeKind = 'imports' | 'calls' | 'extends' | 'implements' | 'inherits' | 'decorates' | 'references' | 'type_references' | 'injects';
type EdgeKind = 'imports' | 'calls' | 'extends' | 'implements' | 'inherits' | 'decorates' | 'references' | 'type_references' | 'injects' | 'uses';
interface SymbolEdge {

@@ -17,0 +18,0 @@ source: string;

@@ -15,3 +15,3 @@ import {

searchSymbols
} from "./chunk-ENUYUDUG.js";
} from "./chunk-7MYN5RIY.js";

@@ -18,0 +18,0 @@ // src/sdk.ts

{
"name": "depwire-cli",
"version": "1.7.11",
"version": "1.8.0",
"description": "Dependency graph + 23 MCP tools for AI coding assistants. Impact analysis, health scoring, security scanner, agent coordination.",

@@ -5,0 +5,0 @@ "type": "module",

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

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

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