Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Enqueue jobs to sidekiq from your node apps. Closely mirrors the official ruby sidekiq interface and supports job scheduling.
npm install sidekiq --save
// Require the module
Sidekiq = require("sidekiq");
// Construct a sidekiq object with your redis connection and optional namespace
sidekiq = new Sidekiq(redisCon, process.env.NODE_ENV);
// Add a job to sidekiq
sidekiq.enqueue("WorkerClass", ["argument", "array"], {
retry: false,
queue: "critical"
});
// Schedule a job in sidekiq
sidekiq.enqueue("WorkerClass", ["some", "args"], {
at: new Date(2013, 11, 1)
});
# Install development dependencies
npm install
# Use grunt to generate the js version (lib/index.js)
grunt
Please report any bugs or feature requests on the github issues page for this project here:
https://github.com/loopj/node-sidekiq/issues
src
, lib files are autogeneratedThis is free software released under the MIT License. See LICENSE.txt for details.
FAQs
Enqueue sidekiq jobs from your node apps.
The npm package sidekiq receives a total of 1,368 weekly downloads. As such, sidekiq popularity was classified as popular.
We found that sidekiq demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.