# react-obfuscate-text

> React obfuscate text inspired by Facebook sponsored

Latest version **0.0.4** (published 2019-10-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-obfuscate-text
pnpm add react-obfuscate-text
yarn add react-obfuscate-text
bun add react-obfuscate-text
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2019-10-16 |
| First published | 2019-02-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >= 8.11.0 |
| Dependencies | 2 |
| Unpacked size | 273.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Matthew Vlietstra |
| Maintainers | contagious06 |
| Keywords | obfuscate, sponsored, react-component, text, react, spam, email, typescript, react, parcel |

## Links

- npm: https://www.npmjs.com/package/react-obfuscate-text
- Repository: https://github.com/Contagious06/react-obfuscate-text
- Homepage: https://github.com/Contagious06/react-obfuscate-text#readme
- Issues: https://github.com/Contagious06/react-obfuscate-text/issues
- npm.io page: https://npm.io/package/react-obfuscate-text

## Dependencies (2)

- [react](https://npm.io/package/react.md) ^16.10.2
- [react-dom](https://npm.io/package/react-dom.md) ^16.10.2

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2019-10-16
- 0.0.3 — 2019-02-11

## README

# Simple Obfuscate Text from Robots
Inspired by Facebook splitting up the "Sponsored" text to try bypass adblockers:
![Facebook Sponsored](images/facebook.jpg "Facebook Sponsored")

Instead of adblockers, this is actually a decent way of making it a little bit harder for basic scrapers to obtain emails and phone numbers a website. Without converting them to images and still allowing the user to copy the content.

# Usage

```
npm install react-obfuscate-text --save
```

```
import ObfuscateText from "react-obfuscate-text";

const MyComp = () => {
  return <ObfuscateText text="this@is.email" />;
}
```

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