You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

chron

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chron - npm Package Compare versions

Comparing version

to
0.1.1

3

lib/Chron.js

@@ -45,3 +45,6 @@ const async = require("async");

async.eachSeries(tasks, (task, next) => {
// task paused
if (task.paused === true) return next();
// tasks were cleared in the meantime
if (!tasks.length) return next();

@@ -48,0 +51,0 @@ // Date.now() is called every time to compensate

2

package.json
{
"name" : "chron",
"version" : "0.1.0",
"version" : "0.1.1",
"description" : "Task scheduler",

@@ -5,0 +5,0 @@ "keywords" : [ "cron", "time", "scheduler" ],