epidemic-broadcast-trees
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -53,2 +53,3 @@ 'use strict' | ||
if(remote == 0) return 0 | ||
if(remote > 0 && local > 0 && remote < local) return remote | ||
return Math.max(local, remote) | ||
@@ -55,0 +56,0 @@ } |
{ | ||
"name": "epidemic-broadcast-trees", | ||
"description": "", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"homepage": "https://github.com/dominictarr/epidemic-broadcast-trees", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
104242
34
2401