saffron
saffron copied to clipboard
The cron parser powering Cron Triggers on Cloudflare Workers
Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hey, I can see in dash that `*/2 1 * * *` describes to `Every 2 minutes, between 01:00 AM and 01:59 AM`. However, when I run your code I'll...
The `DayOfWeek` implementation expects 1-7 to represent Sun-Sat: https://github.com/cloudflare/saffron/blob/bb34024be42c735a4f48e18b9eafc3aac455e9c6/saffron/src/parse.rs#L338-L352 But many Cron sources (e.g., [this one](https://www.ibm.com/docs/en/db2/11.5?topic=task-unix-cron-format)) say that 1-7 should represent Mon-Sun, and that 0 should be an additional representation...
It would be great to have a standard cron parser on crates.io This one looks really nice, but it's much harder to integrate it into open source projects without publishing...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
It appears that the web package hasn't been published to public NPM. Are you open to do that so this lib can be easily consumed by others?
Currently the only way to experiment with cron expressions for Cron Triggers is to use the Workers dashboard. I think it'd be nice if there existed another site that simply...
I wanted to try to update this crate to a newer version of nom, but I realized that the raised msrvs of a lot of the dependencies of this crate...