Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

better-queue

Package Overview
Dependencies
128
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

2

lib/stores/sqlite.js

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

})
console.log(tasks)
cb(null, tasks);

@@ -47,3 +46,2 @@ self.db.run("DELETE FROM tasks WHERE lock = ?", lock);

}
console.log("PUT", taskId, task, priority)
this.db.run("INSERT OR REPLACE INTO tasks VALUES (?, ?, ?, ?, NULL)", [taskId, '', serializedTask, priority || 1], cb);

@@ -50,0 +48,0 @@ }

2

package.json
{
"name": "better-queue",
"version": "2.2.0",
"version": "2.2.1",
"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