@darkwolf/validator
Advanced tools
Comparing version 13.21.70 to 13.21.71
@@ -62,4 +62,4 @@ const CodeError = require('@darkwolf/code-error') | ||
const isExists = value => !isNil(value) | ||
const isEmptyString = value => isString(value) && !value.length | ||
const isNonEmptyString = value => isString(value) && !!value.length | ||
const isEmptyString = value => isString(value) && !value | ||
const isNonEmptyString = value => isString(value) && !!value | ||
const isEmptyArray = value => isArray(value) && !value.length | ||
@@ -191,3 +191,5 @@ const isNonEmptyArray = value => isArray(value) && !!value.length | ||
isEmptyString, | ||
isNonEmptyString, | ||
isEmptyArray, | ||
isNonEmptyArray, | ||
isKey, | ||
@@ -194,0 +196,0 @@ isLength, |
{ | ||
"name": "@darkwolf/validator", | ||
"version": "13.21.70", | ||
"version": "13.21.71", | ||
"description": "Validator", | ||
@@ -5,0 +5,0 @@ "main": "index.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
12114
227