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 7.0.6-dev.0 to 8.0.0

6

package.json
{
"name": "croner",
"version": "7.0.6-dev.0",
"version": "8.0.0",
"description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.",

@@ -26,3 +26,3 @@ "author": "Hexagon <github.com/hexagon>",

"engines": {
"node": ">=6.0"
"node": ">=18.0"
},

@@ -79,3 +79,3 @@ "keywords": [

"minitz": "^4.0.5",
"rollup": "^4.1.4",
"rollup": "^4.8.0",
"typescript": "^5.1.6",

@@ -82,0 +82,0 @@ "uglify-js": "^3.17.4",

@@ -14,3 +14,3 @@ <p align="center">

* Uses Vixie-cron [pattern](#pattern), with additional features such as `L` for last day and weekday of month and `#` for nth weekday of month.
* Works in Node.js >=7.6 (both require and import), Deno >=1.16 and Bun >=0.2.2.
* Works in Node.js >=18 (both require and import), Deno >=1.16 and Bun >=1.0.0.
* Works in browsers as standalone, UMD or ES-module.

@@ -72,3 +72,3 @@ * Target different [time zones](https://croner.56k.guru/usage/examples/#time-zone).

```typescript
import { Cron } from "https://deno.land/x/croner@7.0.5/dist/croner.js";
import { Cron } from "https://deno.land/x/croner@8.0.0/dist/croner.js";
```

@@ -75,0 +75,0 @@

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