UNPKG

@ordojs/security

Version:

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

41 lines (40 loc) 890 B
{ "name": "@ordojs/security", "version": "0.1.0", "description": "Security package for OrdoJS with XSS, CSRF, and injection protection", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src --ext .ts" }, "keywords": [ "ordojs", "security", "xss", "csrf", "sanitization", "validation" ], "author": "OrdoJS Team", "license": "MIT", "dependencies": { "dompurify": "^3.0.6", "glob": "^10.3.10", "helmet": "^7.1.0", "nanoid": "^5.0.3", "validator": "^13.11.0", "xss": "^1.0.14" }, "devDependencies": { "@types/dompurify": "^3.0.5", "@types/glob": "^8.1.0", "@types/validator": "^13.11.7", "eslint": "^8.53.0", "jsdom": "^23.2.0", "typescript": "^5.2.2", "vitest": "^0.34.6" } }