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.2 to 3.2.3

2

lib/stores/sqlite.js

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

SQLiteStore.prototype.getTask = function (taskId, cb) {
this.db.get("SELECT task FROM tasks WHERE id = ?", taskId, function (err, row) {
this.db.get("SELECT task FROM tasks WHERE id = ? AND lock = ''", taskId, function (err, row) {
if (err) return cb({ message: 'failed_to_get_from_sqlite_db' });

@@ -50,0 +50,0 @@ try {

{
"name": "better-queue",
"version": "3.2.2",
"version": "3.2.3",
"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