vault-high-availability
Advanced tools
Comparing version 1.0.40 to 1.0.41
{ | ||
"name": "vault-high-availability", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -90,3 +90,3 @@ 'use strict'; | ||
log.debug("Got ip: " + ip); | ||
if (validator.isIP(ip)) { | ||
if ((typeof myVar === 'string' || myVar instanceof String) && validator.isIP(ip)) { | ||
that.ip = ip; | ||
@@ -93,0 +93,0 @@ that.isResolving = false; |
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
36027