Comparing version 1.0.45 to 1.0.46
# CHANGELOG | ||
- 1.0.46 - 2020-05-15 | ||
- Do not use IP address as SNI servername | ||
- 1.0.45 - 2020-05-02 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "imapflow", | ||
"version": "1.0.45", | ||
"version": "1.0.46", | ||
"description": "IMAP Client for Node", | ||
@@ -30,3 +30,3 @@ "main": "./lib/imap-flow.js", | ||
"braintree-jsdoc-template": "3.3.0", | ||
"eslint": "6.8.0", | ||
"eslint": "7.0.0", | ||
"eslint-config-nodemailer": "1.2.0", | ||
@@ -42,3 +42,3 @@ "eslint-config-prettier": "6.11.0", | ||
"dependencies": { | ||
"@types/node": "13.13.4", | ||
"@types/node": "14.0.1", | ||
"encoding-japanese": "1.0.30", | ||
@@ -49,5 +49,5 @@ "iconv-lite": "0.5.1", | ||
"libqp": "1.1.0", | ||
"mailsplit": "4.6.4", | ||
"mailsplit": "5.0.0", | ||
"pino": "6.2.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
518040
+ Added@types/node@14.0.1(transitive)
+ Addedmailsplit@5.0.0(transitive)
- Removed@types/node@13.13.4(transitive)
- Removedmailsplit@4.6.4(transitive)
Updated@types/node@14.0.1
Updatedmailsplit@5.0.0