idea-toolbox
Advanced tools
Comparing version 6.6.2 to 6.6.3
@@ -31,3 +31,3 @@ "use strict"; | ||
e.push('city'); | ||
if (!(this.country in countries_enum_1.Countries)) | ||
if (!Object.values(countries_enum_1.Countries).includes(this.country)) | ||
e.push('country'); | ||
@@ -34,0 +34,0 @@ if (this.phone && this.iE(this.phone, 'phone')) |
{ | ||
"name": "idea-toolbox", | ||
"version": "6.6.2", | ||
"version": "6.6.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
241587