
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@pointblankdev/gather-scheduler
Advanced tools
@pointblankdev/gather-scheduler is a wapper around the [agendajs](https://www.npmjs.com/package/agenda) package which returns a connected aganda instance to a mongodb service.
@pointblankdev/gather-scheduler is a wapper around the agendajs package which returns a connected aganda instance to a mongodb service.
yarn add @pointblankdev/gather-scheduler
import {Agenda} from "@pointblankdev/gather-scheduler"
# define a job and instatenoisly schedule the job
Agenda.define(
"send a reminder to get me ice-cream",
{ priority: "high", concurrency: 10 },
async (job) => {
const { to } = job.attrs.data;
await email.send({
to,
from: "example@example.com",
subject: "Get me ice-cream",
body: "You definately dont want to forget, smiles .....",
});
}
);
(async function () {
await agenda.start();
await Agenda.schedule("in 20 minutes", "send email report", {
to: "anyone@example.com",
});
})();
Checkout [agendajs](https://www.npmjs.com/package/agenda) for more about [agendajs](https://www.npmjs.com/package/agenda)
FAQs
@pointblankdev/gather-scheduler is a wapper around the [agendajs](https://www.npmjs.com/package/agenda) package which returns a connected aganda instance to a mongodb service.
The npm package @pointblankdev/gather-scheduler receives a total of 1 weekly downloads. As such, @pointblankdev/gather-scheduler popularity was classified as not popular.
We found that @pointblankdev/gather-scheduler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.