Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vendure/job-queue-plugin

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vendure/job-queue-plugin - npm Package Compare versions

Comparing version 2.1.0-next.4 to 2.1.0-next.5

8

package.json
{
"name": "@vendure/job-queue-plugin",
"version": "2.1.0-next.4",
"version": "2.1.0-next.5",
"license": "MIT",

@@ -26,4 +26,4 @@ "main": "package/index.js",

"@google-cloud/pubsub": "^2.8.0",
"@vendure/common": "2.1.0-next.4",
"@vendure/core": "2.1.0-next.4",
"@vendure/common": "2.1.0-next.5",
"@vendure/core": "2.1.0-next.5",
"bullmq": "^3.15.5",

@@ -34,3 +34,3 @@ "ioredis": "^5.3.0",

},
"gitHead": "10ba12c0a870f30bb083bffc142feb040f76db22"
"gitHead": "b4b78ba7ac534e5995877e46421870b114f429de"
}

@@ -38,2 +38,3 @@ import { BullMQPluginOptions } from './types';

* plugins: [
* // DefaultJobQueuePlugin should be removed from the plugins array
* BullMQJobQueuePlugin.init({

@@ -81,3 +82,3 @@ * connection: {

* @example
* ```TypeScript
* ```ts
* const config: VendureConfig = {

@@ -84,0 +85,0 @@ * plugins: [

@@ -53,2 +53,3 @@ "use strict";

* plugins: [
* // DefaultJobQueuePlugin should be removed from the plugins array
* BullMQJobQueuePlugin.init({

@@ -96,3 +97,3 @@ * connection: {

* @example
* ```TypeScript
* ```ts
* const config: VendureConfig = {

@@ -99,0 +100,0 @@ * plugins: [

@@ -44,3 +44,3 @@ import { Job } from '@vendure/core';

* @example
* ```TypeScript
* ```ts
* setRetries: (queueName, job) => {

@@ -68,3 +68,3 @@ * if (queueName === 'send-email') {

* @example
* ```TypeScript
* ```ts
* setBackoff: (queueName, job) => {

@@ -71,0 +71,0 @@ * return {

Sorry, the diff of this file is not supported yet

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