Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

croner

Package Overview
Dependencies
Maintainers
1
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croner - npm Package Compare versions

Comparing version 5.7.0-dev.0 to 5.7.0-dev.1

2

package.json
{
"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 ...

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc