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

cron-parser

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-parser - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

test.js

4

lib/expression.js

@@ -168,6 +168,2 @@ 'use strict';

if (field == 'dayOfWeek') {
value = value % 7;
}
if (value > max) {

@@ -174,0 +170,0 @@ stack.push(value);

{
"name": "cron-parser",
"version": "0.4.4",
"version": "0.4.5",
"description": "Node.js library for parsing crontab instructions",

@@ -5,0 +5,0 @@ "main": "lib/parser.js",

@@ -464,4 +464,2 @@ var util = require('util');

console.error(next);
t.ok(next, 'Found next scheduled interval');

@@ -505,4 +503,2 @@ t.equal(next.getDay(), 6, 'Day matches');

console.error(next);
t.ok(next, 'Found next scheduled interval');

@@ -509,0 +505,0 @@ t.equal(next.getDay(), 6, 'Day matches');

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