Socket
Socket
Sign inDemoInstall

better-queue

Package Overview
Dependencies
128
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.3 to 3.2.5

1

lib/queue.js

@@ -89,2 +89,3 @@ var uuid = require('node-uuid');

}
var self = this;

@@ -91,0 +92,0 @@ // Statuses

@@ -49,2 +49,3 @@ var uuid = require('node-uuid');

if (err) return cb({ message: 'failed_to_get_from_sqlite_db' });
if (!row) return cb(null);
try {

@@ -51,0 +52,0 @@ var savedTask = JSON.parse(row.task);

2

package.json
{
"name": "better-queue",
"version": "3.2.3",
"version": "3.2.5",
"description": "Better Queue for NodeJS",

@@ -5,0 +5,0 @@ "main": "lib/queue.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc