New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

smtp-channel

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smtp-channel - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "smtp-channel",
"version": "0.1.2",
"version": "0.1.3",
"description": "Low level SMTP communication layer.",

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

@@ -23,3 +23,3 @@ ![Build Status](https://travis-ci.org/xpepermint/smtp-channel.svg?branch=master) [![NPM Version](https://badge.fury.io/js/smtp-channel.svg)](https://badge.fury.io/js/smtp-channel) [![Dependency Status](https://gemnasium.com/xpepermint/smtp-channel.svg)](https://gemnasium.com/xpepermint/smtp-channel)

let smtp = new SMTPConnector({
let smtp = new SMTPChannel({
host: 'mx.domain.com',

@@ -26,0 +26,0 @@ port: 25

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