New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cron-humanize

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-humanize

Cron to human translator

latest
npmnpm
Version
1.0.7
Version published
Weekly downloads
758
21.28%
Maintainers
1
Weekly downloads
 
Created
Source

Travis SemVer

cron-humanize

Transforms cron expressions into human speech.

Examples:

CronParser.humanize('* * * * * * *');
// Fire every second, every day.

CronParser.humanize('10-20 10/1 12/1 ? 5/FEB 2-THU 2020-2022');
// Fire every second from 10 through 20, every minute starting at minute 10, past every hour starting at 12:00, every day, every month starting on June, only from Monday through Thursday, between 2020 and 2022.

IN PROGRESS:

- Support for L, LW, _L and _W units.

TODO:

- Optional year parameter.
- Optional second parameter.

Keywords

cron

FAQs

Package last updated on 17 Oct 2016

Did you know?

Socket

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.

Install

Related posts