
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
sendix-test
Advanced tools
A lightweight scheduler and mail sender library built with Node.js and TypeScript
Notix হলো একটি কাস্টম বিল্ড করা, দ্রুত ও প্রফেশনাল reminder system NPM প্যাকেজ, যেটা দিয়ে তুমি Email, schedule করতে পারো – সম্পূর্ণভাবে তোমার নিজের কোড নিয়ন্ত্রণে।
এটা তৈরি করা হয়েছে zero-dependency mindset এবং modern ESM + CJS dual build সাপোর্ট নিয়ে।
# npm
npm install sendix
# yarn
yarn add sendix
# bun
bun add sendix
// ESM import
import { sendix } from 'notix';
// Or for CommonJS
// const { sendix } = require('notix');
// Add a reminder
sendix({
type: "once",
schedule: [2025, 12, 19, 5, 30, 0, 0],
mail: {
auth: {
user: "authergmail@gmail.com",
pass: "app-password",
},
from: 'yourgmail@gmail.com',
to: "example@gmail.com",
subject: "Sendix",
message: "Hello from Sendix!",
html: "<h1>hellow world!</h1>",
});
FAQs
A lightweight scheduler and mail sender library built with Node.js and TypeScript
The npm package sendix-test receives a total of 126 weekly downloads. As such, sendix-test popularity was classified as not popular.
We found that sendix-test 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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.