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

cron-redis

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-redis - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

api/CronClient.js

@@ -54,2 +54,3 @@ /**

redisClient = redis.createClient(redisConfig);
redisClient.on("error", function () {})
redisClient.select(redisConfig.DB);

@@ -169,2 +170,3 @@ queue.on('ready', function () {

function list(){

@@ -200,3 +202,3 @@ var result = [];

return queue.getJob(id).then((job) => {
return job.remove();
return job && job.remove();
});

@@ -203,0 +205,0 @@ }

{
"name": "cron-redis",
"version": "1.3.0",
"version": "1.3.1",
"description": "cron task for node by redis",

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

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