Comparing version 1.0.149 to 1.0.150
# Changelog | ||
## [1.0.150](https://github.com/postalsys/imapflow/compare/v1.0.149...v1.0.150) (2024-02-01) | ||
### Bug Fixes | ||
* **deps:** Bumped Nodemailer version ([ee02764](https://github.com/postalsys/imapflow/commit/ee0276493494ecf08be557cc0c486fe309d359bf)) | ||
## [1.0.149](https://github.com/postalsys/imapflow/compare/v1.0.148...v1.0.149) (2024-01-31) | ||
@@ -4,0 +11,0 @@ |
@@ -466,2 +466,4 @@ /// <reference types="node" /> | ||
* console.log(msg.uid); | ||
* // NB! You can not run any IMAP commands in this loop | ||
* // otherwise you will end up in a deadloop | ||
* } | ||
@@ -468,0 +470,0 @@ * @param range - Range of messages to fetch |
{ | ||
"name": "imapflow", | ||
"version": "1.0.149", | ||
"version": "1.0.150", | ||
"description": "IMAP Client for Node", | ||
@@ -31,7 +31,7 @@ "main": "./lib/imap-flow.js", | ||
"devDependencies": { | ||
"@babel/eslint-parser": "7.23.9", | ||
"@babel/eslint-parser": "7.23.10", | ||
"@babel/eslint-plugin": "7.23.5", | ||
"@babel/plugin-syntax-class-properties": "7.12.13", | ||
"@babel/preset-env": "7.23.9", | ||
"@types/node": "20.11.13", | ||
"@types/node": "20.11.15", | ||
"eslint": "8.56.0", | ||
@@ -56,3 +56,3 @@ "eslint-config-nodemailer": "1.2.0", | ||
"mailsplit": "5.4.0", | ||
"nodemailer": "6.9.8", | ||
"nodemailer": "6.9.9", | ||
"pino": "8.17.2", | ||
@@ -59,0 +59,0 @@ "socks": "2.7.1" |
Sorry, the diff of this file is too big to display
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
573319
12574
+ Addednodemailer@6.9.9(transitive)
- Removednodemailer@6.9.8(transitive)
Updatednodemailer@6.9.9