Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

imapflow

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imapflow - npm Package Compare versions

Comparing version 1.0.126 to 1.0.127

4

CHANGELOG.md
# CHANGELOG
- 1.0.127 - 2023-04-10
- Use default Node.js TLS settings
- 1.0.123 - 2023-03-22

@@ -4,0 +8,0 @@

2

lib/types.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc