
Research
/Security News
npm Author Qix Compromised via Phishing Email in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
@beskar-labs/comlink
Advanced tools
Beskar Labs internal mailing system.
yarn add @beskar-labs/comlink
import { comlink } from '@beskar-labs/comlink';
import type { ComlinkMetadataProps, ComlinkTemplateProps, ComlinkHeaderProps } from '@beskar-labs/comlink';
const metadata: ComlinkMetadataProps = {
to: 'janesmith@acme.com',
from: 'noreply@beskar.co',
replyTo: 'noreply@beskar.co',
subject: 'Sign in to Refraction',
};
const template: ComlinkTemplateProps = {
title: 'Sign in to Refraction',
body: 'You are receiving this email because you (or someone else) have requested the link to sign in to your account. Click the button below to sign in.',
cta: {
text: 'Sign in',
href: url,
},
outro: 'If you did not request this, please ignore this email.',
footer:
'This email was sent to you because you have an account with Refraction, or you are creating one. If you did not request this, please ignore this email.',
// Base64 encoded PNG
logo: 'data:image/png;base64,...',
};
const headers: ComlinkHeaderProps = {
passphrase: process.env.COMLINK_PASSPHRASE,
resendToken: process.env.RESEND_TOKEN,
};
comlink(metadata, template, headers);
FAQs
Beskar Labs internal mailing system.
The npm package @beskar-labs/comlink receives a total of 0 weekly downloads. As such, @beskar-labs/comlink popularity was classified as not popular.
We found that @beskar-labs/comlink 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
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.