vue-html-secure
Version:
Vue.js 2.x and 3.x plugin to add HTML secure directives v-html-remove, v-html-escape, v-html-safe
28 lines (27 loc) • 681 B
JSON
{
"name": "vue-html-secure",
"version": "1.0.10",
"description": "Vue.js 2.x and 3.x plugin to add HTML secure directives v-html-remove, v-html-escape, v-html-safe",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nolimitdev/vue-html-secure.git"
},
"keywords": [
"vue",
"xss",
"v-html",
"v-html-remove",
"v-html-escape",
"v-html-safe"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nolimitdev/vue-html-secure/issues"
},
"homepage": "https://github.com/nolimitdev/vue-html-secure"
}