react-cron-generator
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -6,4 +6,5 @@ import React from 'react'; | ||
translate(e: string): string; | ||
disabled?: boolean; | ||
} | ||
declare const CustomCron: React.FunctionComponent<CustomCronProp>; | ||
export default CustomCron; |
@@ -6,4 +6,5 @@ import { FunctionComponent } from 'react'; | ||
translate(e: string): string; | ||
disabled?: boolean; | ||
} | ||
declare const DailyCron: FunctionComponent<DailyCronProp>; | ||
export default DailyCron; |
@@ -6,4 +6,5 @@ import { FunctionComponent } from 'react'; | ||
translate(e: string): string; | ||
disabled?: boolean; | ||
} | ||
declare const HourlyCron: FunctionComponent<HourlyCronProp>; | ||
export default HourlyCron; |
@@ -6,4 +6,5 @@ import { FunctionComponent } from 'react'; | ||
translate(e: string): string; | ||
disabled?: boolean; | ||
} | ||
declare const MinutesCron: FunctionComponent<MinutesCronProp>; | ||
export default MinutesCron; |
@@ -6,4 +6,5 @@ import { FunctionComponent } from 'react'; | ||
translate(e: string): string; | ||
disabled?: boolean; | ||
} | ||
declare const MonthlyCron: FunctionComponent<MonthlyCronProp>; | ||
export default MonthlyCron; |
@@ -6,4 +6,5 @@ import { FunctionComponent } from 'react'; | ||
translate(e: string): string; | ||
disabled?: boolean; | ||
} | ||
declare const WeeklyCron: FunctionComponent<WeeklyCronProp>; | ||
export default WeeklyCron; |
@@ -14,4 +14,5 @@ import React from 'react'; | ||
}; | ||
disabled?: boolean; | ||
} | ||
declare const Cron: React.FunctionComponent<CronProp>; | ||
export default Cron; |
{ | ||
"name": "react-cron-generator", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "Simple react component to generate cron expression", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -71,2 +71,3 @@ # react-cron-generator | ||
| options | Options for Cron component, *Must pass a valid cron value for available headers | All available headers | No | ||
| disabled | Disable cron selector | false | No | ||
@@ -73,0 +74,0 @@ |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
886305
8324
109