UNPKG

@ordojs/security

Version:

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

13 lines (12 loc) 213 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "composite": true }, "include": ["src/**/*"], "references": [ { "path": "../core" } ] }