Socket
Socket
Sign inDemoInstall

abstract-scheduler

Package Overview
Dependencies
95
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

badge.svg

8

package.json
{
"name": "abstract-scheduler",
"description": "An interface and test suite to implement various scheduling algorithms.",
"version": "3.0.0",
"version": "3.0.1",
"main": "index.js",
"files": [
"index.js"
"index.js",
"example.js",
"badge.svg"
],

@@ -29,4 +31,4 @@ "keywords": [

"devDependencies": {
"square-batman": "^1.0.0"
"@derhuerst/round-robin-scheduler": "^1.0.3"
}
}

@@ -20,7 +20,7 @@ # abstract-scheduler

*todo*
Send a PR by adding yours!
- [`@derhuerst/round-robin-scheduler`](https://github.com/derhuerst/round-robin-scheduler) – A [round-robin](https://en.wikipedia.org/wiki/Round-robin_scheduling) scheduler.
## Badge

@@ -27,0 +27,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc