nodemailer-smtp-pool
Advanced tools
Comparing version 0.1.8 to 1.0.0
{ | ||
"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({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16317
0
133
Updatednodemailer-wellknown@^0.1.5
Updatedsmtp-connection@^1.1.0