New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nestjs/bullmq

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/bullmq - npm Package Compare versions

Comparing version 11.0.0 to 11.0.1

2

dist/bull.module.d.ts

@@ -8,2 +8,3 @@ import { DynamicModule, Type } from '@nestjs/common';

private static _workerClass;
private static coreModuleDefinition;
/**

@@ -66,5 +67,4 @@ * Class to be used to create Bull queues.

private static createAsyncSharedConfigurationProvider;
private static registerCore;
private static getUniqImports;
}
//# sourceMappingURL=bull.module.d.ts.map

@@ -99,3 +99,3 @@ "use strict";

module: BullModule_1,
imports: [BullModule_1.registerCore()],
imports: [BullModule_1.coreModuleDefinition],
providers: [...queueOptionProviders, ...queueProviders],

@@ -117,3 +117,3 @@ exports: queueProviders,

return {
imports: imports.concat(BullModule_1.registerCore()),
imports: imports.concat(BullModule_1.coreModuleDefinition),
module: BullModule_1,

@@ -182,3 +182,3 @@ providers: [

module: BullModule_1,
imports: [BullModule_1.registerCore()],
imports: [BullModule_1.coreModuleDefinition],
providers: [...flowProducerOptionProviders, ...flowProducerProviders],

@@ -196,3 +196,3 @@ exports: flowProducerProviders,

return {
imports: imports.concat(BullModule_1.registerCore()),
imports: imports.concat(BullModule_1.coreModuleDefinition),
module: BullModule_1,

@@ -292,11 +292,2 @@ providers: [

}
static registerCore() {
return {
global: true,
module: BullModule_1,
imports: [core_1.DiscoveryModule],
providers: [bull_explorer_1.BullExplorer, bull_metadata_accessor_1.BullMetadataAccessor, bull_registrar_1.BullRegistrar],
exports: [bull_registrar_1.BullRegistrar],
};
}
static getUniqImports(options) {

@@ -313,4 +304,11 @@ return (options

BullModule._workerClass = bullmq_1.Worker;
BullModule.coreModuleDefinition = {
global: true,
module: BullModule_1,
imports: [core_1.DiscoveryModule],
providers: [bull_explorer_1.BullExplorer, bull_metadata_accessor_1.BullMetadataAccessor, bull_registrar_1.BullRegistrar],
exports: [bull_registrar_1.BullRegistrar],
};
exports.BullModule = BullModule = BullModule_1 = tslib_1.__decorate([
(0, common_1.Module)({})
], BullModule);
{
"name": "@nestjs/bullmq",
"version": "11.0.0",
"version": "11.0.1",
"description": "Nest - modern, fast, powerful node.js web framework (@bullmq)",

@@ -22,10 +22,10 @@ "homepage": "https://github.com/nestjs/bull",

"dependencies": {
"@nestjs/bull-shared": "^11.0.0",
"@nestjs/bull-shared": "^11.0.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@nestjs/common": "11.0.1",
"@nestjs/core": "11.0.1",
"@nestjs/platform-express": "11.0.1",
"@nestjs/testing": "11.0.1",
"@nestjs/common": "11.0.3",
"@nestjs/core": "11.0.3",
"@nestjs/platform-express": "11.0.3",
"@nestjs/testing": "11.0.3",
"@types/jest": "29.5.14",

@@ -46,3 +46,3 @@ "@types/node": "22.10.7",

},
"gitHead": "3f3e6b04233bf2528637d521a22efc79c27f7931"
"gitHead": "db5f9b6da96da5cf9b59c410fc4c5904d5a73ff5"
}

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