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

ac-bootstrap-bull

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ac-bootstrap-bull - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

eslint.config.js

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="2.0.6"></a>
## [2.0.6](https://github.com/admiralcloud/ac-bootstrap-bull/compare/v2.0.5..v2.0.6) (2024-06-14 16:57:00)
### Bug Fix
* **App:** Package updates | MP | [dfcdde66c133f1e1b9620b400de18fe259612782](https://github.com/admiralcloud/ac-bootstrap-bull/commit/dfcdde66c133f1e1b9620b400de18fe259612782)
Package updates
Related issues: [undefined/undefined#master](undefined/browse/master)
<a name="2.0.5"></a>

@@ -2,0 +12,0 @@

4

index.js

@@ -190,3 +190,3 @@ const Queue = require('bull')

}).catch(err => {
acapi.log.error('%s | %s | %s | Name %s | Adding job failed %j', functionName, functionIdentifier, queueName, name, err)
acapi.log.error('%s | %s | %s | Name %s | Adding job failed %j', functionName, functionIdentifier, queueName, name, err?.message)
})

@@ -199,3 +199,3 @@ }

}).catch(err => {
acapi.log.error('%s | %s | %s | Adding job failed %j', functionName, functionIdentifier, queueName, err)
acapi.log.error('%s | %s | %s | Adding job failed %j', functionName, functionIdentifier, queueName, err?.message)
})

@@ -202,0 +202,0 @@ }

{
"name": "ac-bootstrap-bull",
"version": "2.0.5",
"version": "2.0.6",
"description": "Bull helper",

@@ -11,3 +11,3 @@ "repository": "admiralcloud/ac-bootstrap-bull",

"async": "^3.2.5",
"bull": "^4.12.2",
"bull": "^4.13.0",
"ioredis": "^5.4.1",

@@ -17,4 +17,4 @@ "lodash": "^4.17.21"

"devDependencies": {
"eslint": "^8.57.0"
"eslint": "^9.4.0"
}
}
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