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.110 to 1.0.111

7

CHANGELOG.md
# CHANGELOG
- 1.0.111 - 2022-10-13
- Added new connection options
- connectionTimeout=90000: how many milliseconds to wait for the connection to establish (default is 90 seconds)
- greetingTimeout=16000: how many milliseconds to wait for the greeting after connection is established (default is 16 seconds)
- socketTimeout=300000: how many milliseconds of inactivity to allow (default is 5 minutes)
- 1.0.110 - 2022-10-10

@@ -4,0 +11,0 @@

@@ -34,2 +34,5 @@ /// <reference types="node" />

* @param [options.disableAutoEnable] - Do not enable supported extensions by default
* @param [options.connectionTimeout = 90000] - how many milliseconds to wait for the connection to establish (default is 90 seconds)
* @param [options.greetingTimeout = 16000] - how many milliseconds to wait for the greeting after connection is established (default is 16 seconds)
* @param [options.socketTimeout = 300000] - how many milliseconds of inactivity to allow (default is 5 minutes)
*/

@@ -64,2 +67,5 @@ class ImapFlow extends EventEmitter {

disableAutoEnable?: boolean;
connectionTimeout?: number;
greetingTimeout?: number;
socketTimeout?: number;
});

@@ -66,0 +72,0 @@ /**

6

package.json
{
"name": "imapflow",
"version": "1.0.110",
"version": "1.0.111",
"description": "IMAP Client for Node",

@@ -33,4 +33,4 @@ "main": "./lib/imap-flow.js",

"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/preset-env": "7.19.3",
"@types/node": "18.8.3",
"@babel/preset-env": "7.19.4",
"@types/node": "18.8.5",
"braintree-jsdoc-template": "3.3.0",

@@ -37,0 +37,0 @@ "eslint": "8.25.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