react-cron-generator
Advanced tools
Comparing version 2.0.3 to 2.0.4
import Custom from '../cron-tab/custom'; | ||
export declare type HeaderKeyType = "MINUTES" | "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "CUSTOM"; | ||
export declare type HeaderValType = "Minutes" | "Hourly" | "Daily" | "Weekly" | "Monthly" | "Custom"; | ||
export type HeaderKeyType = "MINUTES" | "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "CUSTOM"; | ||
export type HeaderValType = "Minutes" | "Hourly" | "Daily" | "Weekly" | "Monthly" | "Custom"; | ||
interface HeadersKeyInterface { | ||
@@ -5,0 +5,0 @@ MINUTES: 'MINUTES'; |
{ | ||
"name": "react-cron-generator", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Simple react component to generate cron expression", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
795485
7480