html-css-sanitizer
v0.0.3
Published
Node wrapper for caja sanitizer for html/css
Readme
node-caja-sanitizer
Port of the google caja html sanitizer library.
Use
Require the library and go
var sanitize = require('html-css-sanitizer').sanitize;
var result = sanitize('test<script>console.log("hi there");</script>');