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

pomelo-scheduler

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pomelo-scheduler - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

7

lib/cronTrigger.js

@@ -324,5 +324,6 @@ /**

for (var i = min; i <= max; i++) {
if (i % period == remind)
map[i] = i;
for (var i = remind; i <= max; i += period) {
// if (i % period == remind)
map[i] = i;
// }
}

@@ -329,0 +330,0 @@ }

{
"name": "pomelo-scheduler",
"version": "0.4.0",
"version": "0.4.1",
"main": "./lib/schedule",
"author": "XiaogangZhang <zhang0925@gmail.com>",
"author": "XiaogangZhang <zhang0925@gmail.com>, fantasyni <fantasyni@163.com>",
"dependencies": {

@@ -7,0 +7,0 @@ "log4js": "0.6.7"

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