@browser-network/switchboard
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -142,5 +142,5 @@ #!/usr/bin/env node | ||
function cleanNetworkIfEmpty(networkId) { | ||
if (book[networkId].addresses.length === 0) { | ||
if (Object.keys(book[networkId].addresses).length === 0) { | ||
delete book[networkId]; | ||
} | ||
} |
{ | ||
"name": "@browser-network/switchboard", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The switching server required for the onboarding of new nodes into a @browser-network/network", | ||
@@ -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
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
10574
1