Comparing version 1.0.4 to 1.0.5
@@ -9,2 +9,5 @@ 'use strict'; | ||
const isUndefined = require('./validators/isUndefined'); | ||
const isInteger = require('./validators/isInteger'); | ||
const isFinite = require('./validators/isFinite'); | ||
const isNatural = require('./validators/isNatural'); | ||
@@ -17,3 +20,6 @@ const validators = { | ||
isNull, | ||
isUndefined | ||
isUndefined, | ||
isInteger, | ||
isFinite, | ||
isNatural | ||
}; | ||
@@ -20,0 +26,0 @@ |
{ | ||
"name": "valido", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Validation provider", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
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
16724
20
493