Socket
Socket
Sign inDemoInstall

@halcyon-agile/adonis-bull

Package Overview
Dependencies
266
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

4

build/src/BullManager.js

@@ -82,7 +82,7 @@ "use strict";

app.use('/', serverAdapter.getRouter());
app.listen(port, () => {
const server = app.listen(port, () => {
this.Logger.info(`bull board on http://localhost:${port}`);
});
const shutdown = async () => {
await app.close(() => {
await server.close(() => {
this.Logger.info('Stopping bull board server');

@@ -89,0 +89,0 @@ });

{
"name": "@halcyon-agile/adonis-bull",
"description": "The easiest way to start using an asynchronous job queue with AdonisJS. Supports version 5 and 4.x",
"version": "1.0.9",
"version": "1.0.10",
"main": "build/providers/BullProvider.js",

@@ -6,0 +6,0 @@ "types": "build/adonis-typings/index.d.ts",

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