react-cron-generator
Advanced tools
Comparing version
import React from 'react'; | ||
import { HeaderKeyType } from './meta'; | ||
import './cron-builder.css'; | ||
interface CronProp { | ||
export interface CronProp { | ||
value?: string; | ||
@@ -6,0 +6,0 @@ onChange(val: string, text: string): void; |
@@ -1,4 +0,6 @@ | ||
import Cron from './cron'; | ||
import Cron, { CronProp } from "./cron"; | ||
import { HEADER } from './meta'; | ||
export { HEADER }; | ||
import cronstrue from "cronstrue/i18n"; | ||
export { HEADER, cronstrue }; | ||
export type { CronProp }; | ||
export default Cron; |
{ | ||
"name": "react-cron-generator", | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"description": "Simple react component to generate cron expression", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -88,3 +88,9 @@ # react-cron-generator | ||
## Importables | ||
Cron - The react Cron component. - Default | ||
CronProp - Cron component types. | ||
cronsture - Cronsture/i18 - [cronstrue](https://www.npmjs.com/package/cronstrue) | ||
## Release notes 2.x.x | ||
@@ -91,0 +97,0 @@ 1. Build Procedure updated |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
912029
0.81%17
6.25%8586
0.62%110
5.77%