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

node-schedule

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-schedule - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

.npmignore

5

lib/schedule.js

@@ -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))

2

package.json
{
"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"],

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