UNPKG

vue-template-compiler-patched

Version:

Patched Vue 2.7.16 template compiler to fix XSS (CVE-2024-6783) and ReDoS (CVE-2024-9506) security vulnerabilities.

36 lines (35 loc) 892 B
{ "name": "vue-template-compiler-patched", "version": "2.7.16-patch.2", "description": "Patched Vue 2.7.16 template compiler to fix XSS (CVE-2024-6783) and ReDoS (CVE-2024-9506) security vulnerabilities.", "main": "index.js", "unpkg": "browser.js", "jsdelivr": "browser.js", "browser": "browser.js", "types": "types/index.d.ts", "files": [ "types/*.d.ts", "*.js" ], "repository": { "type": "git", "url": "git+https://github.com/bio/vue-template-compiler-patched.git" }, "keywords": [ "vue", "compiler" ], "author": "Evan You", "license": "MIT", "bugs": { "url": "https://github.com/bio/vue-template-compiler-patched/issues" }, "homepage": "https://github.com/bio/vue-template-compiler-patched#readme", "dependencies": { "de-indent": "^1.0.2", "he": "^1.2.0" }, "devDependencies": { "vue": "file:../.." } }