Fast and tiny JavaScript/TypeScript cron parser with timezone support
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

format fix

+2 -17
+1 -15
.oxlintrc.json
··· 1 1 { 2 2 "$schema": "./node_modules/oxlint/configuration_schema.json", 3 - "plugins": null, 3 + "plugins": [], 4 4 "categories": {}, 5 5 "rules": {}, 6 6 "settings": { 7 - "jsx-a11y": { 8 - "polymorphicPropName": null, 9 - "components": {}, 10 - "attributes": {} 11 - }, 12 - "next": { 13 - "rootDir": [] 14 - }, 15 - "react": { 16 - "formComponents": [], 17 - "linkComponents": [], 18 - "version": null, 19 - "componentWrapperFunctions": [] 20 - }, 21 7 "jsdoc": { 22 8 "ignorePrivate": false, 23 9 "ignoreInternal": false,
+1 -2
SECURITY.md
··· 6 6 | ------- | ------------------ | 7 7 | 3.x.x | :white_check_mark: | 8 8 | 2.3.x | :white_check_mark: | 9 - | < 2.3.0 | :x: | 9 + | < 2.3.0 | :x: | 10 10 11 11 ## Reporting a Vulnerability 12 12 ··· 22 22 - Potential impact 23 23 24 24 You should receive a response within 48 hours. If the issue is confirmed, a patch will be released as soon as possible depending on complexity. 25 -