Comparing version 2.0.1 to 2.0.2
@@ -43,3 +43,3 @@ 'use strict'; | ||
} | ||
if (!_fqdn2.default.validate(domain)) { | ||
if (!domain || !_fqdn2.default.validate(domain)) { | ||
return false; | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "satpam", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Simple and Effective Object Validator", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
305142
103
7731