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

query-swarm

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

query-swarm - npm Package Compare versions

Comparing version 0.0.6 to 0.1.0

2

lib/QuerySwarm.js

@@ -74,3 +74,3 @@ 'use strict';

// create instance or redlock that won't retry for a lock
self.redlock = new Redlock({ retryCount: 0 }, redis);
self.redlock = new Redlock([redis], { retryCount: 0 });
}

@@ -77,0 +77,0 @@

{
"name": "query-swarm",
"version": "0.0.6",
"version": "0.1.0",
"description": "Safely distribute query-driven tasks over a swarm of parallel functions on a single process or across multiple processes/machines.",

@@ -30,5 +30,5 @@ "keywords": "schedule, queue, task, job, worker, redis, distributed, async",

"dependencies": {
"async": "^0.9.0",
"redis": "^0.11.0",
"redlock": "^0.2.0"
"async": "^1.4.2",
"redis": "^0.12.1",
"redlock": "^0.4.0"
},

@@ -35,0 +35,0 @@ "devDependencies": {

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