dsh-html-escape
文件与数据 活跃维护

dsh-html-escape

uckkk/dsh-html-escape

轻量级HTML编解码模块,支持快速完成特殊字符转义、反转义操作,覆盖常用HTML实体,无冗余依赖,调用简单易集成到各类Web项目处理字符转义需求。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:uckkk/dsh-html-escape
git clone https://github.com/uckkk/dsh-html-escape.git
git clone git@github.com:uckkk/dsh-html-escape.git
README.md main

dsh-html-escape · HTML 实体编解码

转义/反转义 HTML 特殊字符与常用实体。纯 Node 实现。

提供的工具

工具 作用
html_escape 转义 & < > " '
html_unescape 反转义实体

安装

dsh plugin add dsh-html-escape

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-html-escape"

用法示例

把这段用户输入转义,防止 XSS
→ 调用 html_escape(text="<script>alert(1)</script>")

安装

dsh plugin add github:uckkk/dsh-html-escape

安装即在本机运行第三方代码,请自行审阅源码。

安装

dsh plugin add github:uckkk/dsh-html-escape

使用

安装后在会话中调用该插件注册的工具即可。

许可

MIT

安装即在本机运行第三方代码,请自行审阅源码。