Comparing version 7.0.6-dev.0 to 8.0.0
{ | ||
"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 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
0
114620