# eos-name-verify

> eos account name checks

Latest version **1.0.1** (published 2020-06-04) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install eos-name-verify
pnpm add eos-name-verify
yarn add eos-name-verify
bun add eos-name-verify
```

## 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.1 |
| Published | 2020-06-04 |
| First published | 2020-06-04 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Robert |
| Maintainers | leask |
| Keywords | eos |

## Links

- npm: https://www.npmjs.com/package/eos-name-verify
- Repository: https://github.com/Leask/eos-name-verify
- Homepage: https://github.com/Leask/eos-name-verify#readme
- Issues: https://github.com/Leask/eos-name-verify/issues
- npm.io page: https://npm.io/package/eos-name-verify

## Recent versions

- 1.0.1 (latest) — 2020-06-04

## README

# eos-name-verify

Small module to verify EOS Standard Account Names.

https://developers.eos.io/eosio-cpp/docs/naming-conventions#section-standard-account-names


## Usage

```js
const isValidAccount = require('eos-name-verify')

isValidAccount('foo') // false
isValidAccount('test@faucet1') // false
isValidAccount('testfaucet12') // true
```

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