lisk-interchain
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -19,3 +19,3 @@ const shuffle = require('lodash.shuffle'); | ||
let knownPeers = [...input.newPeers, ...input.triedPeers]; | ||
let {nodeInfo} = input; | ||
let nodeInfo = input.nodeInfo || {}; | ||
let nodeModules = Object.keys(nodeInfo.modules || {}).sort().join(','); | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "lisk-interchain", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Custom peer selector plugin for Lisk interchain.", | ||
@@ -5,0 +5,0 @@ "main": "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
4131