Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-cron-generator

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cron-generator - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

1

build/cron-tab/custom.d.ts

@@ -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;

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc