# verification-sensitive

> 敏感词过滤

Latest version **1.0.5** (published 2022-10-03) · ISC license · 0 weekly downloads

## Install

```sh
npm install verification-sensitive
pnpm add verification-sensitive
yarn add verification-sensitive
bun add verification-sensitive
```

## 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 | 1.0.5 |
| Published | 2022-10-03 |
| First published | 2022-10-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 27.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ycy134608 |

## Links

- npm: https://www.npmjs.com/package/verification-sensitive
- npm.io page: https://npm.io/package/verification-sensitive

## Recent versions

- 1.0.5 (latest) — 2022-10-03
- 1.0.4 — 2022-10-03
- 1.0.3 — 2022-10-03
- 1.0.2 — 2022-10-03
- 1.0.1 — 2022-10-03
- 1.0.0 — 2022-10-03

## README

# 使用

```javascript
// 导入敏感词过滤方法
import {replace,filtion} from "verification-sensitive";

// 使用replace 返回值为 字符串(被替换后的字符串)
let str = replace("检索词","替换字符");

// 使用 返回值为 Boolean类型(true含有敏感词,false无敏感词)
let flag = filtion("检索词");
```

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