Socket
Socket
Sign inDemoInstall

better-queue

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-queue - npm Package Compare versions

Comparing version 3.7.14 to 3.7.15

2

lib/stores/SqlStore.js

@@ -7,3 +7,3 @@ var extend = require('extend');

opts = opts || {};
opts.tableName = opts.tableName || 'tasks_' + uuid.v4().replace(/-/g, '');
opts.tableName = 'tasks';
extend(this, opts);

@@ -10,0 +10,0 @@

{
"name": "better-queue",
"version": "3.7.14",
"version": "3.7.15",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc