UNPKG

ubon

Version:

Security scanner for AI-generated React/Next.js and Python apps. Catches hardcoded secrets, accessibility issues, and vulnerabilities that traditional linters miss.

17 lines (16 loc) 489 B
export declare class Logger { private verbose; private silent; private useColor; constructor(verbose?: boolean, silent?: boolean, colorMode?: 'auto' | 'always' | 'never'); private shouldUseColor; private colorize; private brand; info(message: string): void; success(message: string): void; warning(message: string): void; error(message: string): void; debug(message: string): void; title(message: string): void; separator(): void; }