Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
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 309 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.