unscape-html

Unescapes HTML

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
unscape-html
0.2.12 years ago5 years agoMinified + gzip package size for unscape-html in KB

Readme

unscape-html Build Status Greenkeeper badge
Unescapes HTML
Install
Use it as an npm package:
npm install unscape-html
Usage
const unescape = require('unscape-html');

unscape('javascript:alert(1)'); // javascript:alert(1)
License
MIT