isomorphic-html-sanitize
v1.0.1
Published
Isomorphic HTML sanitizer, for Node & the browser
Downloads
5,746
Readme
Isomorphic HTML sanitize
HTML sanitizer for Node and the browser
Install
npm install isomorphic-html-sanitize
Usage
const sanitize = require('isomorphic-html-sanitize');
sanitize('A hacky HTML piece of code')
License
MIT