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

cron-cluster

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-cluster - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

2

package.json
{
"name": "cron-cluster",
"version": "0.0.3",
"version": "1.0.0",
"description": "A Cluster version of node-cron using redis",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -240,7 +240,5 @@ var test = require('tape')

wait(1200, function () {
wait(1200, function () {
job2.stop()
wait(1500, function () {
t.equal(arrRes.length, 2, 'Array must have 2 elements')
})
job2.stop()
wait(1500, function () {
t.equal(arrRes.length, 1, 'Array must have 1 elements')
})

@@ -273,7 +271,5 @@ })

wait(1200, function () {
wait(1200, function () {
job2.stop()
wait(1500, function () {
t.equal(arrRes.length, 2, 'Array must have 2 elements')
})
job2.stop()
wait(1500, function () {
t.equal(arrRes.length, 1, 'Array must have 1 elements')
})

@@ -280,0 +276,0 @@ })

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