Skip to content

Commit

Permalink
1.19.3: reverted to postcss due to a [reported issue with `css-tree…
Browse files Browse the repository at this point in the history
…` that might or might not have XSS implications](#269).
  • Loading branch information
Tom Boutell committed Dec 5, 2018
1 parent 4a73a96 commit f1938c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Changelog

1.19.3: reverted to `postcss` due to a [reported issue with `css-tree` that might or might not have XSS implications](https://github.com/punkave/sanitize-html/issues/269).

1.19.2:

* Switched out the heavy `postcss` dependency for the lightweight `css-tree` module. No API changes. Thanks to Justin Braithwaite.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanitize-html",
"version": "1.19.2",
"version": "1.19.3",
"description": "Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f1938c9

Please sign in to comment.