cron-validator icon indicating copy to clipboard operation
cron-validator copied to clipboard

Validates cron expressions

Results 6 cron-validator issues
Sort by recently updated
recently updated
newest added

Tried this test and it fails: ``` it('should not accept 5 symbols if seconds option is true', () => { const valid = isValidCron('* * * * *', { seconds:...

This issue is caught in a Timed Trigger type for a Tekton pipeline. When I set the cron expression `0 8 */80 * *` for a job and it shows...

enhancement

![image](https://github.com/GuillaumeRochat/cron-validator/assets/40282610/1293e76a-da6a-4275-b13e-c32458163edd)

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

This is a branch where I will do some exploration mostly for fun and but also to see how things could be different/better. The changes could lead to a new...