Socket
Socket
Sign inDemoInstall

nodemailer-smtp-pool

Package Overview
Dependencies
2
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.8 to 1.0.0

18

package.json
{
"name": "nodemailer-smtp-pool",
"version": "0.1.8",
"version": "1.0.0",
"description": "SMTP transport for Nodemailer",

@@ -24,13 +24,13 @@ "main": "src/smtp-pool.js",

"dependencies": {
"nodemailer-wellknown": "^0.1.1",
"smtp-connection": "^1.0.0"
"nodemailer-wellknown": "^0.1.5",
"smtp-connection": "^1.1.0"
},
"devDependencies": {
"chai": "~1.8.1",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-mocha-test": "~0.10.0",
"sinon": "^1.9.0",
"simplesmtp": "^0.3.32"
"chai": "~2.0.0",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.0",
"grunt-mocha-test": "~0.12.7",
"sinon": "^1.12.2",
"simplesmtp": "^0.3.35"
}
}

@@ -81,2 +81,4 @@ # SMTP transport module for Nodemailer

> **NB!** The correct OAuth2 scope for Gmail is `https://mail.google.com/`
```javascript

@@ -83,0 +85,0 @@ var generator = require('xoauth2').createXOAuth2Generator({

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc