New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chron

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chron - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

lib/Chron.js

@@ -45,3 +45,6 @@ const async = require("async");

async.eachSeries(tasks, (task, next) => {
// task paused
if (task.paused === true) return next();
// tasks were cleared in the meantime
if (!tasks.length) return next();

@@ -48,0 +51,0 @@ // Date.now() is called every time to compensate

2

package.json
{
"name" : "chron",
"version" : "0.1.0",
"version" : "0.1.1",
"description" : "Task scheduler",

@@ -5,0 +5,0 @@ "keywords" : [ "cron", "time", "scheduler" ],

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