UNPKG

pompelmi

Version:

RFI-safe file uploads for Node.js — Express/Koa/Next.js middleware with deep ZIP inspection, MIME/size checks, and optional YARA scanning.

4 lines (3 loc) 159 B
export { validateFile } from './validate'; export { useFileScanner } from './useFileScanner'; export { scanFiles, scanBytes, type ScanOptions } from './scan';