Comparing version 1.0.19 to 1.0.20
@@ -16,2 +16,4 @@ 'use strict'; | ||
var isBoolean = require('./validators/isBoolean'); | ||
var isFunction = require('./validators/isFunction'); | ||
var isPlainObject = require('./validators/isPlainObject'); | ||
@@ -31,3 +33,5 @@ var validators = { | ||
isBuffer: isBuffer, | ||
isBoolean: isBoolean | ||
isBoolean: isBoolean, | ||
isFunction: isFunction, | ||
isPlainObject: isPlainObject | ||
}; | ||
@@ -34,0 +38,0 @@ |
{ | ||
"name": "valido", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "Validation provider", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -16,2 +16,4 @@ 'use strict'; | ||
const isBoolean = require('./validators/isBoolean'); | ||
const isFunction = require('./validators/isFunction'); | ||
const isPlainObject = require('./validators/isPlainObject'); | ||
@@ -32,2 +34,4 @@ const validators = { | ||
isBoolean, | ||
isFunction, | ||
isPlainObject, | ||
}; | ||
@@ -34,0 +38,0 @@ |
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
32741
55
997