New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-cron-generator

Package Overview
Dependencies
Maintainers
1
Versions
64
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.3.10 to 1.3.11

2

dist/cron-tab/hourly.js

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

value: function onMinuteChange(e) {
if (this.state.every && (e.target.value > 0 && e.target.value < 24 || e.target.value === '')) {
if (this.state.every && (e.target.value > 0 && e.target.value < 60 || e.target.value === '')) {
var val = ['0', '0', '*', '*', '*', '?', '*'];

@@ -57,0 +57,0 @@ val[1] = e.target.value;

{
"name": "react-cron-generator",
"version": "1.3.10",
"version": "1.3.11",
"description": "Simple react component to generate cron expression",

@@ -5,0 +5,0 @@ "keywords": [

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