Comparing version 0.9.7 to 0.9.8
{ | ||
"name": "timexe", | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"description": "Yet another cron clone – but this one is better :o) - new improved syntax – milliseconds resolution – both for node JS and browser", | ||
@@ -5,0 +5,0 @@ "main": "timexe.js", |
@@ -15,3 +15,3 @@ # Timexe - Timer and scheduler | ||
Chronos are based on the setTimeout function. | ||
Timexe is based on the setTimeout function. | ||
@@ -158,1 +158,9 @@ ### Precission | ||
``` | ||
####Help | ||
Please don't hesitate to submit an issue on github! It's the only way to make it better. | ||
But please be prepared to present a test case. | ||
Contributions of almost any kind are welcome. | ||
@@ -79,4 +79,4 @@ /*============================================================================*\ | ||
,["* !/2 -4 12-16",1400000000,1403776800 ,"Mutually exclusive flags",false] | ||
,["* * * * * 0",1420066799,1420063200,"Cascading carry",false] | ||
,["* * * * ",1400000000,1399996800,"Only Wildcards = every hour,",false] | ||
,["* * * * * 0",1420066799,1420066800,"Cascading carry",false] | ||
,["* * * * ",1400000000,1400000400,"Only Wildcards = every hour,",false] | ||
,["* * * * 12",1400000000,1400008320,"Wildcards with one fixed value",false] | ||
@@ -83,0 +83,0 @@ ,["**1 12",1400000000,1401624000,"Wildcards with two fixed value",false] |
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
42884
165