1.1.9 • Published 4 years ago

xsspurify v1.1.9

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

npm main versionDownloadsSizeOpen Source Love svg2

NPM

XSSPurify

Requirements

  • context-parser
  • css-js
  • cssfilter
  • nodejs

What Is XSSPurify?

XSSPurify is a super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG.

XSS Examples: Examples

Input And Output

Input:
<output onclick="alert(1)"><b>Click Me</b></output>

Click Me

Output:
<b>Click Me</b>

Click Me

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago