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.7 to 0.1.8

8

lib/increment.js

@@ -74,3 +74,3 @@ /*

else
this.setDate(d);
this.setTime(this.getTime() + (24 * 60 * 60 * 1000));
};

@@ -86,3 +86,3 @@

else
this.setHours(h);
this.setTime(this.getTime() + (60 * 60 * 1000));
};

@@ -98,3 +98,3 @@

else
this.setMinutes(m);
this.setTime(this.getTime() + (60 * 1000));
};

@@ -110,3 +110,3 @@

else
this.setSeconds(s);
this.setTime(this.getTime() + 1000);
};
{
"name": "node-schedule",
"version": "0.1.7",
"version": "0.1.8",
"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