publish: v1.0.11
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v1.0.11 (2022-03-06)
|
||||
|
||||
- [feat: add support for allowList as an alias for whiteList](https://github.com/leizongmin/js-xss/pull/249)
|
||||
|
||||
## v1.0.10 (2021-10-08)
|
||||
|
||||
- [Fix: #239 stripCommentTag DoS attack](https://github.com/leizongmin/js-xss/pull/239)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "xss",
|
||||
"main": "./lib/index.js",
|
||||
"typings": "./typings/xss.d.ts",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
|
||||
"author": "Zongmin Lei <leizongmin@gmail.com> (http://ucdok.com)",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user