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

roots-scheduler

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roots-scheduler - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/Job.js

@@ -183,3 +183,3 @@ /*

try {
await runnerFn( this.data , this ) ;
await runnerFn( this.data , this , ... this.scheduler.extraRunnerArgs ) ;
}

@@ -186,0 +186,0 @@ catch ( error ) {

@@ -46,7 +46,8 @@ /*

this.runners = {} ;
this.extraRunnerArgs = Array.isArray( params.extraRunnerArgs ) ? params.extraRunnerArgs : [] ;
this.jobsUrl = params.jobsUrl || null ;
// RootsDB
this.world = new rootsDb.World() ;
this.jobs = null ;
this.world = params.world || new rootsDb.World() ;
this.jobs = null ; // The RootsDB jobs collection

@@ -53,0 +54,0 @@ // Default domain params

{
"name": "roots-scheduler",
"version": "0.1.1",
"version": "0.1.2",
"description": "A scheduler using RootsDB for its storage.",

@@ -5,0 +5,0 @@ "main": "lib/Scheduler.js",

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