smtp-server-as-promised
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## v1.0.1 2017-10-03 | ||
* Correct exports. | ||
## v1.0.0 2017-10-03 | ||
@@ -4,0 +8,0 @@ |
@@ -8,3 +8,3 @@ 'use strict' | ||
module.exports.SMTPServerAsPromised = class SMTPServerAsPromised { | ||
class SMTPServerAsPromised { | ||
constructor (options) { | ||
@@ -82,1 +82,6 @@ options = options || {} | ||
} | ||
SMTPServerAsPromised.SMTPServerAsPromised = SMTPServerAsPromised | ||
SMTPServerAsPromised.default = SMTPServerAsPromised | ||
module.exports = SMTPServerAsPromised |
{ | ||
"name": "smtp-server-as-promised", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Promisify smtp-server module", | ||
@@ -5,0 +5,0 @@ "main": "lib/smtp-server-as-promised.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25188
411
0