Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nescalante/unscape-html


https://github.com/nescalante/unscape-html

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# unscape-html [![Build Status](https://travis-ci.org/nescalante/unscape-html.svg?branch=master)](https://travis-ci.org/nescalante/unscape-html) [![Greenkeeper badge](https://badges.greenkeeper.io/nescalante/unscape-html.svg)](https://greenkeeper.io/)

> Unescapes HTML

# Install

Use it as an npm package:

```shell
npm install unscape-html
```

# Usage

```js
const unescape = require('unscape-html');

unscape('javascript:alert(1)'); // javascript:alert(1)
```

# License

MIT