websecure-ez
Version:
🛡️ The ultimate web security configuration tool and library for Next.js applications. Features a powerful security middleware library, visual configuration interface, and CLI with industry-specific templates.
13 lines (12 loc) • 321 B
text/typescript
// Main exports for websecure-ez package
export {
createSecureMiddleware,
sanitizeInput,
applyCookieDefaults,
generateNonce,
presets,
type WebSecureConfig,
type CookieOptions,
} from './websecure-ez';
// Re-export everything as default for convenience
export { default } from './websecure-ez';