libp2p-record
Advanced tools
Comparing version 0.10.5 to 0.10.6
{ | ||
"name": "libp2p-record", | ||
"version": "0.10.5", | ||
"version": "0.10.6", | ||
"description": "libp2p record implementation", | ||
@@ -5,0 +5,0 @@ "leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>", |
@@ -37,2 +37,6 @@ 'use strict' | ||
if (records.length === 1) { | ||
return 0 | ||
} | ||
return selector(k, records) | ||
@@ -39,0 +43,0 @@ } |
Sorry, the diff of this file is not supported yet
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
29763
670