Socket
Socket
Sign inDemoInstall

keuss

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keuss - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

backends/redis-oq.js

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

// add "keuss:stats:redis:list:*" to try to add empty queues
this._rediscl.keys ('keuss:stats:redis:oq:?*', function (err, collections) {
self._rediscl.keys ('keuss:stats:redis:oq:?*', function (err, collections) {
if (err) return cb (err);

@@ -207,0 +207,0 @@

@@ -40,3 +40,3 @@ var async = require ('async');

run_producer (q);
}, (random.from0to (30) + 100) * 1000);
}, (random.from0to (30) + 100) * 10);
});

@@ -43,0 +43,0 @@ }

{
"name": "keuss",
"version": "0.0.8",
"version": "0.0.9",
"keywords": ["queue", "job"],

@@ -5,0 +5,0 @@ "homepage":"https://github.com/pepmartinez/keuss",

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