cronstrue
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "cronstrue", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Convert cron expressions into human readable descriptions", | ||
@@ -5,0 +5,0 @@ "author": "Brady Holt", |
@@ -1,2 +0,2 @@ | ||
# cRonstrue [![Build Status](https://travis-ci.org/bradyholt/cronstrue.svg?branch=master)](https://travis-ci.org/bradyholt/cronstrue) [![NPM Package](https://img.shields.io/npm/v/cronstrue.svg)](https://www.npmjs.com/package/cronstrue) | ||
# cRonstrue [![Build Status](https://travis-ci.org/bradyholt/cRonstrue.svg?branch=master)](https://travis-ci.org/bradyholt/cRonstrue) [![NPM Package](https://img.shields.io/npm/v/cronstrue.svg)](https://www.npmjs.com/package/cronstrue) | ||
@@ -11,2 +11,3 @@ cRonstrue is a JavaScript library that parses a cron expression and outputs a human readable description of the cron schedule. For example, given the expression "*/5 * * * *" it will output "Every 5 minutes". | ||
- Supports 5, 6 (w/ seconds or year), or 7 (w/ seconds and year) part cron expressions | ||
- Supports [Quartz Job Scheduler](http://www.quartz-scheduler.org/) cron expressions | ||
- i18n support with 14 languages | ||
@@ -13,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
251372
83