1.0.4 • Published 2 years ago

sensitive-words-js v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

sensitive-words-js

ESM package containing dict and mint-filter.

Usage

Default zh-CN filter

import { filter } from 'sensitive-words-js';

const { words, text } = filter.filter('一次性交纳百元');
// words === ['性交']
// text === '一次**纳百元'

See ZhelinCheng/mint-filter for more usages.

Get the dict

import { zhCN } from 'sensitive-words-js';

// zhCN === ['性交', ...]

Contributing

You can add more words into src/dict folder, not limited to zh-CN words.

pnpm i
pnpm run generate-barrels
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago