New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

maddy-dist

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maddy-dist

Use [maddy](http://maddy.email) as an npm module for tighter integration with node apps (e.g. test fixtures). See the maddy documentation for usage: https://maddy.email/.

latest
Source
npmnpm
Version
0.7.1-5
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

maddy-dist

Use maddy as an npm module for tighter integration with node apps (e.g. test fixtures). See the maddy documentation for usage: https://maddy.email/.

Usage

npm install maddy-dist

Put a Corefile in the current working directory.

import maddy from "maddy-dist";
const server = await maddy();
// You can also pass in a custom environment
const server = await maddy({
  MY_VARIABLE: "www.example.org",
});

// And shut down when you are done
server.stop();

FAQs

Package last updated on 31 Mar 2024

Did you know?

Socket

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.

Install

Related posts