vault-high-availability
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -16,2 +16,5 @@ /** | ||
setStrategey(addressResolver,callback); | ||
addressResolver.findActiveIp(function () { | ||
}); | ||
return request; | ||
@@ -18,0 +21,0 @@ }; |
{ | ||
"name": "vault-high-availability", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,3 @@ 'use strict'; | ||
var findActiveIp = function (callback) { | ||
log.debug("will look for active ip only if isResolving is false"); | ||
log.info("will look for active ip only if isResolving is false"); | ||
if (!this.isResolving) { | ||
@@ -19,0 +19,0 @@ this.isResolving = true; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22690
455
2