1.13.4 • Published 6 years ago

validator-core v1.13.4

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

SME Validator

Fast, Lightweight, Flexible Validator.

Only 2.7KB(after gzip) with 100% test coverage, yet powerful and extendable

Travis branch coverage download version license

Documentation

Installation an Usage

install

npm install --save validator-core

usage

const Validator = require('validator-core')
const validator = new Validator()
// or
import Validator from 'validator-core'
const validator = new Validator()

loaded as a standalone script

<script src="https://unpkg.com/validator-core"></script>
<script type="text/javascript">
  const validator = new Validator()
  validator.test('hwenleung@gmail.com', 'email') // => true
</script>

Contributors

Thanks goes to these wonderful people (emoji key):

hwen🤔 💻 🎨 📖 💡

License

MIT License

Copyright (c) 2017-present, hwen hwenleung@gmail.com

1.13.4

6 years ago

1.13.3

6 years ago

1.13.2

6 years ago

1.13.1

6 years ago

1.13.0

6 years ago

1.12.3

7 years ago

1.12.2

7 years ago

1.12.1

7 years ago