Comparing version 1.1.0 to 1.2.0
@@ -74,2 +74,3 @@ /** | ||
stop(): void; | ||
isStarted(): boolean; | ||
/** | ||
@@ -76,0 +77,0 @@ * Check if the job should run at the given time. |
@@ -80,2 +80,5 @@ "use strict"; | ||
} | ||
isStarted() { | ||
return this.started; | ||
} | ||
/** | ||
@@ -82,0 +85,0 @@ * Check if the job should run at the given time. |
{ | ||
"name": "cron-async", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Execute something on a schedule, using cron syntax, with async/await support.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
21777
366