Comparing version 1.0.74 to 1.0.75
# CHANGELOG | ||
- 1.0.75 - 2021-10-15 | ||
- Fixed an exception with failing IDLE (ramiroaisen #60) | ||
- Do not use 1 and 1.MIME for single node messages, fallback to TEXT and HEADERS | ||
- 1.0.71 - 2021-09-28 | ||
@@ -4,0 +9,0 @@ |
@@ -15,2 +15,3 @@ 'use strict'; | ||
let preCheckWaitQueue = []; | ||
try { | ||
@@ -24,4 +25,2 @@ connection.idling = true; | ||
let preCheckWaitQueue = []; | ||
let preCheck = () => { | ||
@@ -28,0 +27,0 @@ doneRequested = true; |
{ | ||
"name": "imapflow", | ||
"version": "1.0.74", | ||
"version": "1.0.75", | ||
"description": "IMAP Client for Node", | ||
@@ -29,9 +29,9 @@ "main": "./lib/imap-flow.js", | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.15.7", | ||
"@babel/eslint-plugin": "^7.14.5", | ||
"@babel/plugin-syntax-class-properties": "^7.12.13", | ||
"@babel/preset-env": "^7.15.6", | ||
"@types/node": "16.10.1", | ||
"@babel/eslint-parser": "7.15.8", | ||
"@babel/eslint-plugin": "7.14.5", | ||
"@babel/plugin-syntax-class-properties": "7.12.13", | ||
"@babel/preset-env": "7.15.8", | ||
"@types/node": "16.11.0", | ||
"braintree-jsdoc-template": "3.3.0", | ||
"eslint": "7.32.0", | ||
"eslint": "8.0.1", | ||
"eslint-config-nodemailer": "1.2.0", | ||
@@ -41,3 +41,3 @@ "eslint-config-prettier": "8.3.0", | ||
"grunt-cli": "1.4.3", | ||
"grunt-contrib-nodeunit": "3.0.0", | ||
"grunt-contrib-nodeunit": "4.0.0", | ||
"grunt-eslint": "23.0.0", | ||
@@ -53,5 +53,5 @@ "jsdoc": "3.6.7", | ||
"libqp": "1.1.0", | ||
"mailsplit": "5.2.0", | ||
"pino": "6.13.3" | ||
"mailsplit": "5.3.1", | ||
"pino": "7.0.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
491254
11089
+ Addedget-caller-file@2.0.5(transitive)
+ Addedjson-stringify-safe@5.0.1(transitive)
+ Addedmailsplit@5.3.1(transitive)
+ Addedon-exit-leak-free@0.2.0(transitive)
+ Addedpino@7.0.1(transitive)
+ Addedpino-std-serializers@4.0.0(transitive)
+ Addedsonic-boom@2.8.0(transitive)
+ Addedthread-stream@0.11.2(transitive)
- Removedfast-safe-stringify@2.1.1(transitive)
- Removedflatstr@1.0.12(transitive)
- Removedmailsplit@5.2.0(transitive)
- Removedpino@6.13.3(transitive)
- Removedpino-std-serializers@3.2.0(transitive)
- Removedsonic-boom@1.4.1(transitive)
Updatedmailsplit@5.3.1
Updatedpino@7.0.1