node-schedule
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -106,2 +106,7 @@ /* | ||
}; | ||
this.nextInvocation = function(){ | ||
if (pendingInvocations.length == 0) | ||
return null; | ||
return pendingInvocations[0].fireDate; | ||
}; | ||
} | ||
@@ -108,0 +113,0 @@ |
{ | ||
"name": "node-schedule", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "A cron-like and not-cron-like job scheduler for Node.", | ||
@@ -5,0 +5,0 @@ "keywords": ["schedule", "task", "job", "cron"], |
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
44832
1348