UNPKG

@stackmemoryai/stackmemory

Version:

Project-scoped memory for AI coding tools. Durable context across sessions with MCP integration, frames, smart retrieval, Claude Code skills, and automatic hooks.

36 lines (35 loc) 831 B
import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename); import { SENSITIVE_PATTERNS, redactSensitiveData, containsSensitiveData, sanitizeForLogging, sanitizeForSqlLike, sanitizeIdentifier, validateTableName, sanitizeFilePath, InputSchemas, validateInput, createAggregateSchema, validateShellArg, safeJsonParse } from "./input-sanitizer.js"; export { InputSchemas, SENSITIVE_PATTERNS, containsSensitiveData, createAggregateSchema, redactSensitiveData, safeJsonParse, sanitizeFilePath, sanitizeForLogging, sanitizeForSqlLike, sanitizeIdentifier, validateInput, validateShellArg, validateTableName }; //# sourceMappingURL=index.js.map