Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dev-smtp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev-smtp - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

CHANGELOG.md

2

package.json
{
"name": "dev-smtp",
"version": "0.1.0",
"version": "0.1.1",
"description": "A development SMTP server with storing mails as files",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -72,3 +72,5 @@ [![NPM][npm]][npm-url]

```js
import devSmtp from 'dev-smtp';
import * as devSmtp from 'dev-smtp';
// Or:
// const devSmtp = require( 'dev-smtp' );

@@ -92,2 +94,6 @@ devSmtp( '/tmp', 2525 );

## Change Log
[View changelog](CHANGELOG.md).
## License

@@ -94,0 +100,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc