# voltus

> Validators

Latest version **1.0.0-alpha.7** (published 2016-06-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install voltus
pnpm add voltus
yarn add voltus
bun add voltus
```

## 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.0-alpha.7 |
| Published | 2016-06-08 |
| First published | 2016-06-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Italo A. Casas |
| Maintainers | italoacasas |
| Keywords | node, validation, validators, validator, regex |

## Links

- npm: https://www.npmjs.com/package/voltus
- Repository: https://github.com/italoacasas/voltus
- Homepage: https://github.com/italoacasas/voltus#readme
- Issues: https://github.com/italoacasas/voltus/issues
- npm.io page: https://npm.io/package/voltus

## Alternatives

- [@regle/core](https://npm.io/package/@regle/core.md) — 47.0K weekly downloads
- [typeof-arguments](https://npm.io/package/typeof-arguments.md) — 12.5K weekly downloads
- [@lokalise/projects-engine-contracts](https://npm.io/package/@lokalise/projects-engine-contracts.md) — 978 weekly downloads
- [@osjwnpm/nam-laboriosam-quibusdam](https://npm.io/package/@osjwnpm/nam-laboriosam-quibusdam.md) — 70 weekly downloads
- [@oridune/validator](https://npm.io/package/@oridune/validator.md) — 16 weekly downloads

## Recent versions

- 1.0.0-alpha.7 (latest) — 2016-06-08
- 1.0.0-alpha.6 — 2016-06-08
- 1.0.0-alpha.5 — 2016-06-08
- 1.0.0-alpha.4 — 2016-06-08
- 1.0.0-alpha.3 — 2016-06-08
- 1.0.0-alpha.2 — 2016-06-08

## README

# Voltus
The propose of this package is to handle validator of communs values, like Phone Numbers, Address, Emails, etc.

[![Join the chat at https://gitter.im/italoacasas/voltus](https://badges.gitter.im/italoacasas/voltus.svg)](https://gitter.im/italoacasas/voltus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![npm version](https://badge.fury.io/js/voltus.svg)](https://badge.fury.io/js/voltus)
[![Build Status](https://travis-ci.org/italoacasas/voltus.svg?branch=master)](https://travis-ci.org/italoacasas/voltus)
[![Dependency Status](https://david-dm.org/italoacasas/voltus.svg)](https://david-dm.org/italoacasas/voltus)

## Installation
`npm install --save voltus`

## Example of use
```javascript
const voltus = require('voltus')

voltus.email('testing@gmail.com') // true
voltus.phone('florida') // false
```

## API
- `email(value)`
- `password(value)`
- `phone(value)`
- `socialSecurity(value)`
- `number(value)`

## License
This software is licensed under the MIT License.

Copyright Italo A. Casas, 2016.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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