UNPKG

form-text-sanitizer

Version:

Sanitize strings — expecting text — from html, svg, erb, and mustache expressions.

48 lines (47 loc) 1.01 kB
{ "name": "form-text-sanitizer", "version": "1.0.3", "description": "Sanitize strings — expecting text — from html, svg, erb, and mustache expressions.", "main": "./dist/index.js", "type": "module", "scripts": { "build": "tsc", "test": "mocha" }, "repository": "https://github.com/vsots/form-text-sanitizer.git", "keywords": [ "xss", "html", "svg", "erb", "mustache", "security", "secure", "text", "string", "strings", "form", "input", "sanitizer", "sanitize", "filter" ], "author": "vsotsdev", "license": "MIT", "bugs": { "url": "https://github.com/vsots/form-text-sanitizer/issues" }, "homepage": "https://github.com/vsots/form-text-sanitizer#readme", "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "^22.13.9", "mocha": "^11.1.0", "semantic-release": "^24.2.3", "tsx": "^4.19.3", "typescript": "^5.8.2" }, "files": [ "dist", "README.md" ] }