# @donbler/ng-checker

> ng words checker

Latest version **1.0.2** (published 2020-12-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install @donbler/ng-checker
pnpm add @donbler/ng-checker
yarn add @donbler/ng-checker
bun add @donbler/ng-checker
```

## 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.2 |
| Published | 2020-12-18 |
| First published | 2020-12-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | donbler |
| Maintainers | ocat, donblerinc |
| Keywords | badwords, ngwords, taboowords, badtext, ngtext, tabootext, badwords-checker, ngwords-checker, taboowords-checker |

## Links

- npm: https://www.npmjs.com/package/@donbler/ng-checker
- Repository: https://github.com/donbler/ng-checker
- Homepage: https://github.com/donbler/ng-checker#readme
- Issues: https://github.com/donbler/ng-checker/issues
- npm.io page: https://npm.io/package/@donbler/ng-checker

## Dependencies (1)

- [jest](https://npm.io/package/jest.md) ^26.6.3

## Recent versions

- 1.0.2 (latest) — 2020-12-18
- 1.0.1 — 2020-12-18
- 1.0.0 — 2020-12-18

## README

# ng-checker

npm: [ng-checker](https://www.npmjs.com/package/@donbler/ng-checker)

## Usage
### Install
```
npm i @donbler/ng-checker
```
### import
```
import ngchecker from '@donbler/ng-checker';
```

### You can use **ngchecker()**
```
const ngText = "badword"
const okText = "happyword"

const = ngList [
  'ngword',
  'tabooword',
  'badword',
];

ngchecker(ngText, ngList); // false
ngchecker(okText, ngList); // true
```

### Test (Jest)
```
npm run test
```

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