# strip

> Strip HTML Tags

Latest version **3.0.0** (published 2016-04-09) · BSD license · 0 weekly downloads

## Install

```sh
npm install strip
pnpm add strip
yarn add strip
bun add strip
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2016-04-09 |
| First published | 2013-03-31 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Azer Koçulu |
| Maintainers | dylanpiercey |

## Links

- npm: https://www.npmjs.com/package/strip
- Repository: https://github.com/DylanPiercey/strip
- Homepage: https://github.com/DylanPiercey/strip#readme
- Issues: https://github.com/DylanPiercey/strip/issues
- npm.io page: https://npm.io/package/strip

## Recent versions

- 3.0.0 (latest) — 2016-04-09
- 0.0.1-security — 2016-03-23
- 2.0.0 — 2016-03-22
- 0.0.7 — 2014-02-06
- 0.0.6 — 2014-01-07
- 0.0.5 — 2013-04-10
- 0.0.4 — 2013-04-10
- 0.0.3 — 2013-04-10
- 0.0.2 — 2013-04-10
- 0.0.1 — 2013-04-10
- 0.0.0 — 2013-03-31

## README

## strip [![Build Status](https://travis-ci.org/dylanpiercey/strip.png)](https://travis-ci.org/dylanpiercey/strip)

Strips HTML tags.

### Install

```bash
$ npm install strip
```

### Usage

```js
strip('<p> Hello <a href="http://foo.com/?q=123">World</a> </p>');
// => Hello World
```

![](https://dl.dropbox.com/s/9q2p5mrqnajys22/npmel.jpg?token_hash=AAHqttN9DiGl63ma8KRw-G0cdalaiMzrvrOPGnOfDslDjw)

---
_Source: https://npm.io/package/strip · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
