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 1.0.3 to 1.0.4

3

dist/index.js

@@ -40,3 +40,4 @@ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";

} else {
this.state.value = this.props.value.split(' ');
this.state.value = this.props.value.replace(/,/g, '!').split(' ');
;
var val = this.state.value;

@@ -43,0 +44,0 @@

@@ -32,2 +32,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

var val = this.state.value;
val[0] = '0';
val[2] = "".concat(e.target.value);

@@ -40,2 +41,3 @@ this.props.onChange(val);

var val = this.state.value;
val[0] = '0';
val[1] = "".concat(e.target.value);

@@ -48,2 +50,3 @@ this.props.onChange(val);

var val = this.state.value;
val[0] = '0';

@@ -50,0 +53,0 @@ if (e.target.checked) {

{
"name": "react-cron-generator",
"version": "1.0.3",
"version": "1.0.4",
"keywords": [

@@ -5,0 +5,0 @@ "React cron generator",

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