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 1.0.3 to 1.0.4

13

CHANGELOG.md

@@ -0,1 +1,14 @@

<a name="1.0.4"></a>
## [1.0.4](https://github.com/admiralcloud/ac-bootstrap-bull/compare/v1.0.3..v1.0.4) (2021-12-12 14:04:52)
### Bug Fix
* **App:** Typo fix - processing with 2 s only | MP | [856d47dc8018f03a4aa2ac8aaade68239e2cd6b7](https://github.com/admiralcloud/ac-bootstrap-bull/commit/856d47dc8018f03a4aa2ac8aaade68239e2cd6b7)
Rename postProcesssing (3s) to postProcessing (2s)
### Chores
* **App:** Updated packages | MP | [d6ca1ef636269aee01b3a15c74f589e317a6f1c9](https://github.com/admiralcloud/ac-bootstrap-bull/commit/d6ca1ef636269aee01b3a15c74f589e317a6f1c9)
Updated packages
<a name="1.0.3"></a>

@@ -2,0 +15,0 @@

8

index.js

@@ -206,4 +206,4 @@ const Queue = require('bull')

const postProcesssing = function(params, cb) {
const functionIdentifier = _.padEnd('postProcesssing', _.get(acapi.config, 'bull.log.functionIdentifierLength'))
const postProcessing = function(params, cb) {
const functionIdentifier = _.padEnd('postProcessing', _.get(acapi.config, 'bull.log.functionIdentifierLength'))
const jobList = _.get(params, 'jobList')

@@ -238,3 +238,3 @@ const jobId = _.get(params, 'jobId')

}
const prepareProcessing = postProcesssing
const prepareProcessing = postProcessing

@@ -258,3 +258,3 @@

prepareProcessing, // deprecated - please use postProcessing instead
postProcesssing,
postProcessing,
addJob,

@@ -261,0 +261,0 @@ removeJob,

{
"name": "ac-bootstrap-bull",
"version": "1.0.3",
"version": "1.0.4",
"description": "Bull helper",

@@ -12,8 +12,8 @@ "repository": "admiralcloud/ac-bootstrap-bull",

"bull": "^4.1.1",
"ioredis": "^4.28.1",
"ioredis": "^4.28.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^8.3.0"
"eslint": "^8.4.1"
}
}
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