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.
sendim-mandrill
Advanced tools
[![Test Coverage](https://api.codeclimate.com/v1/badges/68fe8b1922c656a71095/test_coverage)](https://codeclimate.com/github/qlaffont/sendim-mandrill/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/68fe8b1922c656a71095/maintainabil
A simple library to send email with Sendim for Mandrill. Old Owner: @flexper
import { Sendim } from 'sendim';
import { SendimMandrillProviderConfig, SendimMandrillProvider } from 'sendim-mandrill';
const sendim = new Sendim();
await sendim.addTransport<SendimMandrillProviderConfig>(
SendimMandrillProvider,
{ apiKey: process.env.MANDRILL_APIKEY! },
);
await sendim.sendTransactionalMail({
templateId: '6',
to: [
{
email: 'test@test.fr',
},
],
sender: {
email: 'test@test.fr',
},
});
To execute jest tests (all errors, type integrity test)
pnpm test
This package use TSdx. Please check documentation to update this package.
FAQs
[![Test Coverage](https://api.codeclimate.com/v1/badges/68fe8b1922c656a71095/test_coverage)](https://codeclimate.com/github/qlaffont/sendim-mandrill/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/68fe8b1922c656a71095/maintainabil
The npm package sendim-mandrill receives a total of 250 weekly downloads. As such, sendim-mandrill popularity was classified as not popular.
We found that sendim-mandrill demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
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.