@avivharuzi/validate
Advanced tools
Comparing version 1.0.0 to 1.0.1
const Validate = require('./lib/validate'); | ||
module.exports = Validate; |
@@ -0,0 +0,0 @@ class Security { |
@@ -0,0 +0,0 @@ const ALPHA_REGEX = /^[A-Za-z]*$/; |
{ | ||
"name": "@avivharuzi/validate", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "a lightweight validation library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Validate | ||
[![Build Status](https://travis-ci.org/avivharuzi/node-validate.svg?branch=master)](https://travis-ci.org/avivharuzi/node-validate) | ||
![npm](https://img.shields.io/npm/l/express.svg) | ||
> a lightweight validation library | ||
## Installation | ||
`npm install @avivharuzi/validate` | ||
## Usage | ||
```javascript | ||
const Validate = require('validate'); | ||
const Validate = require('@avivharuzi/validate'); | ||
@@ -10,0 +17,0 @@ const user = { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11797
99