pomelo-scheduler
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
33277
1008
0