Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

epidemic-broadcast-trees

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epidemic-broadcast-trees - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

7

index.js

@@ -8,3 +8,3 @@ 'use strict'

function oldest(ready, states) {
function oldest(ready) {
//could do ready.sort but that is O(n*log(n)) (i think?) so faster to iterate

@@ -18,3 +18,3 @@

min = i
else if (ready[min].ready.timestamp < ready[i].ready.timestamp) min = i
else if (ready[i].ready.timestamp < ready[min].ready.timestamp) min = i
}

@@ -27,3 +27,2 @@

}
}

@@ -253,1 +252,3 @@

{
"name": "epidemic-broadcast-trees",
"description": "",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/dominictarr/epidemic-broadcast-trees",

@@ -6,0 +6,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc