Comparing version 9.0.0-dev.6 to 9.0.0-dev.7
{ | ||
"name": "croner", | ||
"version": "9.0.0-dev.6", | ||
"description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.", | ||
@@ -44,6 +42,6 @@ "author": "Hexagon <github.com/hexagon>", | ||
"type": "module", | ||
"main": "./dist/croner.min.cjs", | ||
"browser": "./dist/croner.umd.min.js", | ||
"module": "./dist/croner.min.js", | ||
"types": "./dist/croner.min.d.ts", | ||
"main": "./dist/croner.cjs", | ||
"browser": "./dist/croner.umd.js", | ||
"module": "./dist/croner.js", | ||
"types": "./dist/croner.d.ts", | ||
"exports": { | ||
@@ -53,13 +51,15 @@ "./package.json": "./package.json", | ||
"import": { | ||
"types": "./dist/croner.min.d.ts", | ||
"default": "./dist/croner.min.js" | ||
"types": "./dist/croner.d.ts", | ||
"default": "./dist/croner.js" | ||
}, | ||
"require": { | ||
"types": "./dist/croner.min.d.cts", | ||
"default": "./dist/croner.min.cjs" | ||
"types": "./dist/croner.d.cts", | ||
"default": "./dist/croner.cjs" | ||
}, | ||
"browser": "./dist/croner.umd.min.js" | ||
"browser": "./dist/croner.umd.js" | ||
} | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"name": "croner", | ||
"version": "9.0.0-dev.7" | ||
} |
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
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
111182