UNPKG

vibe-guard

Version:

🛡️ Vibe-Guard Security Scanner - Catch security issues before they catch you!

13 lines 440 B
import { SecurityIssue, ScanResult } from './types'; export declare class Reporter { formatTable(result: ScanResult): string; formatJson(result: ScanResult): string; private formatSuccess; private formatHeader; private formatSummary; private formatRecommendations; private colorSeverity; private truncateFilePath; formatIssueDetails(issue: SecurityIssue): string; } //# sourceMappingURL=reporter.d.ts.map