Comparing version 5.7.0-dev.0 to 5.7.0-dev.1
{ | ||
"name": "croner", | ||
"version": "5.7.0-dev.0", | ||
"version": "5.7.0-dev.1", | ||
"description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.", | ||
@@ -5,0 +5,0 @@ "author": "Hexagon <github.com/hexagon>", |
@@ -16,5 +16,5 @@ <p align="center"> | ||
* Works in browsers as standalone, UMD or ES-module. | ||
* Schedule using specific target [time zones](/docs/EXAMPLES.md#time-zone). | ||
* [Over-run protection](/docs/EXAMPLES.md#over-run-protection) with callback | ||
* Built in [error handling](/docs/EXAMPLES.md#error-handling) with callback | ||
* Schedule using specific target [time zones](docs/EXAMPLES.md#time-zone). | ||
* [Over-run protection](docs/EXAMPLES.md#over-run-protection) with callback | ||
* Built in [error handling](docs/EXAMPLES.md#error-handling) with callback | ||
* Includes [TypeScript](https://www.typescriptlang.org/) typings. | ||
@@ -112,3 +112,3 @@ | ||
If you are migrating from a different library such as `cron` or `node-cron`, or upgrading from a older version of croner, see [MIGRATION.md](MIGRATION.md). | ||
If you are migrating from a different library such as `cron` or `node-cron`, or upgrading from a older version of croner, see [MIGRATION.md](docs/MIGRATION.md). | ||
@@ -191,3 +191,3 @@ ### Node.js | ||
To use as an [ES-module](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) | ||
To use as an [ES-module](https://developer.mozilla.org/en-USdocs/Web/JavaScript/Guide/Modules) | ||
@@ -252,3 +252,3 @@ ```html | ||
| utcOffset | undefined | number | Schedule using a specific utc offset in minutes. This does not take care of daylight savings time, you probably want to use option `timezone` instead. | | ||
| protect | undefined | boolean\|Function | Enabled over-run protection. Will block new triggers as long as an old trigger is in progrss. Pass either true of a callback function to enable | | ||
| protect | undefined | boolean\|Function | Enabled over-run protection. Will block new triggers as long as an old trigger is in progress. Pass either `true` or a callback function to enable | | ||
@@ -322,3 +322,3 @@ > **Warning** | ||
See [Contribution Guide](/CONTRIBUTING.md) | ||
See [Contribution Guide](docs/CONTRIBUTING.md) | ||
@@ -325,0 +325,0 @@ ... or ... |
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
100645