cron-parser
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -168,6 +168,2 @@ 'use strict'; | ||
if (field == 'dayOfWeek') { | ||
value = value % 7; | ||
} | ||
if (value > max) { | ||
@@ -174,0 +170,0 @@ stack.push(value); |
{ | ||
"name": "cron-parser", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Node.js library for parsing crontab instructions", | ||
@@ -5,0 +5,0 @@ "main": "lib/parser.js", |
@@ -464,4 +464,2 @@ var util = require('util'); | ||
console.error(next); | ||
t.ok(next, 'Found next scheduled interval'); | ||
@@ -505,4 +503,2 @@ t.equal(next.getDay(), 6, 'Day matches'); | ||
console.error(next); | ||
t.ok(next, 'Found next scheduled interval'); | ||
@@ -509,0 +505,0 @@ t.equal(next.getDay(), 6, 'Day matches'); |
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
57918
22
1117