cron-parser
Advanced tools
Comparing version 2.16.2 to 2.16.3
@@ -52,3 +52,3 @@ export = CronParser | ||
export interface ParserOptions { | ||
interface ParserOptions { | ||
currentDate?: string | number | Date | ||
@@ -55,0 +55,0 @@ startDate?: string | number | Date |
{ | ||
"name": "cron-parser", | ||
"version": "2.16.2", | ||
"version": "2.16.3", | ||
"description": "Node.js library for parsing crontab instructions", | ||
@@ -5,0 +5,0 @@ "main": "lib/parser.js", |
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
93438