Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
一款以Cron Expressions为桥梁的定时调度组件,支持国际化等功能。
下表简单介绍了一下Cron Expressions的语法,详情请看官方介绍
Expression | Means |
---|---|
0 0 12 * * ? | Fire at 12:00 PM (noon) every day |
0 15 10 ? * * | Fire at 10:15 AM every day |
0 0/5 14,18 * * ? | Fire every 5 minutes starting at 2:00 PM and ending at 2:55 PM, AND fire every 5 minutes starting at 6:00 PM and ending at 6:55 PM, every day |
Name | Type | Default | Description |
---|---|---|---|
lang | String | 'Chinese' | 选项:'Chinese' or 'English',暂时只支持中英文切换 |
onChange | Function | 默认传来一个参数,为对象类型,提供format方法,可以拿到对应的cron expression | |
cronExpression | String | '0 0 0 * * ?' | 通过cronExpression的规则显示初始值 |
MIT
FAQs
A Cron Expression Component Based React and Ant Design
The npm package one-cron receives a total of 87 weekly downloads. As such, one-cron popularity was classified as not popular.
We found that one-cron demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.