UNPKG

@ordojs/security

Version:

Security package for OrdoJS with XSS, CSRF, and injection protection

8 lines (6 loc) 122 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { environment: 'jsdom', }, });