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

cron-time-generator

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-time-generator - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

1

EveryTime.js

@@ -75,3 +75,2 @@ // @ts-check

if (this.config["at"]) {

@@ -78,0 +77,0 @@ this.config["at"] = false;

2

helpers.js

@@ -73,3 +73,3 @@ // @ts-check

validateStartToEndDay($startDay, $endDay) {
if ($startDay > $endDay) throw Error("$startDay must come before $endDay following calendar sequence.");
if ($startDay > $endDay) throw Error("$startDay must come before $endDay following normal calendar sequence.");
}

@@ -76,0 +76,0 @@ };

@@ -1,2 +0,2 @@

let Helpers = require('./helpers');
const Helpers = require('./helpers');
const EveryTime = require('./EveryTime');

@@ -3,0 +3,0 @@

{
"name": "cron-time-generator",
"version": "1.0.4",
"version": "1.0.5",
"description": "Cron Time Expression Generator",

@@ -5,0 +5,0 @@ "main": "index.js",

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