idea-toolbox
Advanced tools
Comparing version 6.4.2 to 6.4.3
@@ -122,3 +122,3 @@ "use strict"; | ||
case 'domain': | ||
return !(0, isFQDN_1.default)(field); | ||
return !(0, isFQDN_1.default)(field, { require_tld: false }); | ||
default: | ||
@@ -125,0 +125,0 @@ return true; |
{ | ||
"name": "idea-toolbox", | ||
"version": "6.4.2", | ||
"version": "6.4.3", | ||
"description": "IDEA's utility functions", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
466132