node-schedule
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -126,5 +126,4 @@ /* | ||
var inv = new Invocation(this, spec); | ||
success = scheduleInvocation(inv); | ||
if (success) | ||
this.trackInvocation(inv); | ||
scheduleInvocation(inv); | ||
success = this.trackInvocation(inv); | ||
} | ||
@@ -131,0 +130,0 @@ else if (typeof(spec) == 'string' || (typeof(spec) == 'object' && spec instanceof String)) |
{ | ||
"name": "node-schedule", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A cron-like and not-cron-like job scheduler for Node.", | ||
@@ -5,0 +5,0 @@ "keywords": ["schedule", "task", "job", "cron"], |
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
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
0
22765
611
1