Comparing version 1.0.18 to 1.0.19
@@ -15,2 +15,3 @@ 'use strict'; | ||
var isBuffer = require('./validators/isBuffer'); | ||
var isBoolean = require('./validators/isBoolean'); | ||
@@ -29,3 +30,4 @@ var validators = { | ||
isNatural: isNatural, | ||
isBuffer: isBuffer | ||
isBuffer: isBuffer, | ||
isBoolean: isBoolean | ||
}; | ||
@@ -32,0 +34,0 @@ |
{ | ||
"name": "valido", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Validation provider", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -15,2 +15,3 @@ 'use strict'; | ||
const isBuffer = require('./validators/isBuffer'); | ||
const isBoolean = require('./validators/isBoolean'); | ||
@@ -30,2 +31,3 @@ const validators = { | ||
isBuffer, | ||
isBoolean, | ||
}; | ||
@@ -32,0 +34,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
29347
48
890