Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Bull queue command line REPL.
npm install bull-repl -g
bull-repl
help
Commands:
help [command...] Provides help for a given command.
exit Exits application.
connect [options] <queue> connect to bull queue
stats count of jobs by groups
active [options] fetch active jobs
waiting [options] fetch waiting jobs
completed [options] fetch completed jobs
failed [options] fetch failed jobs
delayed [options] fetch delayed jobs
pause pause current queue
resume resume current queue from pause
get <jobId...> get job
add [options] <data> add job to queue
rm <jobId...> remove job
retry <jobId...> retry job
promote <jobId...> promote job
fail <jobId> <reason> fail job
complete <jobId> <data> complete job
clean [options] <period> Clean queue for period ago, period format - ms
(https://github.com/zeit/ms#examples)
logs [options] <jobId> get logs of job
log <jobId> <data> add log to job
FAQs
Bull / BullMQ queue command line REPL
The npm package bull-repl receives a total of 1,493 weekly downloads. As such, bull-repl popularity was classified as popular.
We found that bull-repl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.