smtp-server-as-promised
Advanced tools
Comparing version 5.1.0 to 5.1.1
# Changelog | ||
## v5.1.1 2019-01-08 | ||
* Uses smtp-server@3.5.0 | ||
## v5.1.0 2018-09-19 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "smtp-server-as-promised", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Promisify smtp-server module", | ||
@@ -27,3 +27,3 @@ "main": "lib/smtp-server-as-promised.js", | ||
"is-stream-ended": "^0.1.4", | ||
"smtp-server": "^3.4.7", | ||
"smtp-server": "^3.5.0", | ||
"stream.finished": "^1.1.1", | ||
@@ -33,16 +33,16 @@ "tslib": "^1.9.3" | ||
"devDependencies": { | ||
"@types/chai": "^4.1.4", | ||
"@types/chai": "^4.1.7", | ||
"@types/chai-as-promised": "^7.1.0", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.10.0", | ||
"@types/node": "^10.12.18", | ||
"@types/nodemailer": "^4.6.5", | ||
"@types/semver": "^5.5.0", | ||
"@types/smtp-server": "^3.4.1", | ||
"chai": "^4.1.2", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^5.6.0", | ||
"eslint": "^5.12.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"eslint-plugin-node": "^8.0.1", | ||
"eslint-plugin-promise": "^4.0.1", | ||
@@ -53,11 +53,11 @@ "eslint-plugin-standard": "^4.0.0", | ||
"null-writable": "^1.0.0", | ||
"nyc": "^13.0.1", | ||
"nyc": "^13.1.0", | ||
"promise-readable": "^3.1.5", | ||
"promise-socket": "^3.1.1", | ||
"rimraf": "^2.6.2", | ||
"semver": "^5.5.1", | ||
"rimraf": "^2.6.3", | ||
"semver": "^5.6.0", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"tslint": "^5.12.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"typescript": "^3.0.3" | ||
"typescript": "^3.2.2" | ||
}, | ||
@@ -64,0 +64,0 @@ "scripts": { |
@@ -257,4 +257,4 @@ # smtp-server-as-promised | ||
Copyright (c) 2016-2018 Piotr Roszatycki <piotr.roszatycki@gmail.com> | ||
Copyright (c) 2016-2019 Piotr Roszatycki <piotr.roszatycki@gmail.com> | ||
[MIT](https://opensource.org/licenses/MIT) |
Sorry, the diff of this file is not supported yet
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
24529
Updatedsmtp-server@^3.5.0