Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ac-bootstrap-bull
Advanced tools
This helper initialitzes Bull lists and helper functions and makes them available on a globally scoped variable.
const bullOptions = {
activateListeners: true/false,
worker: BatchProcessCollector, // optional module that has all worker functions available
handlers: {
'global:completed': BullHelper // optional module that reacts to global:completed events - functions in there must be named after the jobList name (e.g. sendEmail)
},
jobLists: [{
jobList: 'sendEmail',
enabled: true
}, ...]
}
// acapi should be globally available throughout your app to access Bull functions
const acapi = {}
// make bull (and bull helper functions) available on acapi.bull
acapi.bull = acbBull(acapi)
// init the bull lists
acapi.bull.init(bullOptions, done)
TBC
1.0.14 (2023-01-28 18:43:55)
FAQs
Bull helper
The npm package ac-bootstrap-bull receives a total of 17 weekly downloads. As such, ac-bootstrap-bull popularity was classified as not popular.
We found that ac-bootstrap-bull demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.