Comparing version 6.0.3 to 6.0.4
{ | ||
"name": "croner", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.", | ||
@@ -76,8 +76,8 @@ "author": "Hexagon <github.com/hexagon>", | ||
"devDependencies": { | ||
"c8": "^7.11.3", | ||
"eslint": "^8.35.0", | ||
"c8": "^7.14.0", | ||
"eslint": "^8.42.0", | ||
"jsdoc": "^4.0.0", | ||
"minitz": "^4.0.0", | ||
"rollup": "^3.18.0", | ||
"typescript": "^5.0.2", | ||
"rollup": "^3.25.1", | ||
"typescript": "^5.1.3", | ||
"uglify-js": "^3.17.1", | ||
@@ -84,0 +84,0 @@ "uvu": "^0.5.6" |
@@ -62,4 +62,4 @@ <p align="center"> | ||
// ... or CommonJS Require | ||
const Cron = require("croner"); | ||
// ... or CommonJS Require, destructure to add type hints | ||
const { Cron } = require("croner"); | ||
``` | ||
@@ -66,0 +66,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
107484