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.0.0-next.27 to 2.0.0-next.28

8

package.json
{
"name": "@vendure/job-queue-plugin",
"version": "2.0.0-next.27",
"version": "2.0.0-next.28",
"license": "MIT",

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

"@types/ioredis": "^4.28.10",
"@vendure/common": "^2.0.0-next.27",
"@vendure/core": "^2.0.0-next.27",
"@vendure/common": "^2.0.0-next.28",
"@vendure/core": "^2.0.0-next.28",
"bullmq": "^1.86.7",

@@ -34,3 +34,3 @@ "rimraf": "^3.0.2",

},
"gitHead": "536e4f83bb0377063ff50684c8c6c08fafb23339"
"gitHead": "6811d6554afbb0e0d993da4788499bcd3563d5ab"
}

@@ -23,8 +23,10 @@ import { BullMQPluginOptions } from './types';

*
* `yarn add \@vendure/job-queue-plugin bullmq`
* `yarn add \@vendure/job-queue-plugin bullmq@1`
*
* or
*
* `npm install \@vendure/job-queue-plugin bullmq`
* `npm install \@vendure/job-queue-plugin bullmq@1`
*
* **Note:** The v1.x version of this plugin is designed to work with bullmq v1.x.
*
* @example

@@ -31,0 +33,0 @@ * ```ts

@@ -38,8 +38,10 @@ "use strict";

*
* `yarn add \@vendure/job-queue-plugin bullmq`
* `yarn add \@vendure/job-queue-plugin bullmq@1`
*
* or
*
* `npm install \@vendure/job-queue-plugin bullmq`
* `npm install \@vendure/job-queue-plugin bullmq@1`
*
* **Note:** The v1.x version of this plugin is designed to work with bullmq v1.x.
*
* @example

@@ -46,0 +48,0 @@ * ```ts

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