Comparing version 1.0.126 to 1.0.127
# CHANGELOG | ||
- 1.0.127 - 2023-04-10 | ||
- Use default Node.js TLS settings | ||
- 1.0.123 - 2023-03-22 | ||
@@ -4,0 +8,0 @@ |
@@ -23,3 +23,3 @@ /// <reference types="node" /> | ||
* @param [options.tls.rejectUnauthorized = true] - if `false` then client accepts self-signed and expired certificates from the server | ||
* @param [options.tls.minVersion = TLSv1] - To improvde security you might need to use something newer, eg *'TLSv1.2'* | ||
* @param [options.tls.minVersion = TLSv1.2] - To improvde security you might need to use something newer, eg *'TLSv1.2'* | ||
* @param [options.tls.minDHSize = 1024] - Minimum size of the DH parameter in bits to accept a TLS connection | ||
@@ -26,0 +26,0 @@ * @param [options.logger] - Custom logger instance with `debug(obj)`, `info(obj)`, `warn(obj)` and `error(obj)` methods. If not provided then ImapFlow logs to console using pino format |
{ | ||
"name": "imapflow", | ||
"version": "1.0.126", | ||
"version": "1.0.127", | ||
"description": "IMAP Client for Node", | ||
@@ -36,3 +36,3 @@ "main": "./lib/imap-flow.js", | ||
"braintree-jsdoc-template": "3.3.0", | ||
"eslint": "8.37.0", | ||
"eslint": "8.38.0", | ||
"eslint-config-nodemailer": "1.2.0", | ||
@@ -39,0 +39,0 @@ "eslint-config-prettier": "8.8.0", |
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
551335
12262