node-schedule
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "node-schedule", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "A cron-like and not-cron-like job scheduler for Node.", | ||
@@ -21,10 +21,10 @@ "keywords": ["schedule", "task", "job", "cron"], | ||
"dependencies": { | ||
"cron-parser": "~0.6.1", | ||
"long-timeout": "~0.0.1" | ||
"cron-parser": "0.6.1", | ||
"long-timeout": "0.0.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^0.15.1", | ||
"nodeunit": "~0.8.1", | ||
"sinon": "~1.12.2" | ||
"eslint": "0.15.1", | ||
"nodeunit": "0.9.1", | ||
"sinon": "1.12.2" | ||
} | ||
} |
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
44835
+ Addedcron-parser@0.6.1(transitive)
+ Addedlong-timeout@0.0.1(transitive)
- Removedcron-parser@0.6.4(transitive)
- Removedlong-timeout@0.0.2(transitive)
Updatedcron-parser@0.6.1
Updatedlong-timeout@0.0.1