New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

imapflow

Package Overview
Dependencies
Maintainers
1
Versions
172
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.103 to 1.0.104

4

lib/types.d.ts

@@ -33,2 +33,3 @@ /// <reference types="node" />

* @param [options.disableBinary = false] - If true, then ignores the BINARY extension when making FETCH and APPEND calls
* @param [options.disableAutoEnable] - Do not enable supported extensions by default
*/

@@ -58,6 +59,7 @@ class ImapFlow extends EventEmitter {

verifyOnly?: boolean;
proxy?: boolean;
proxy?: string;
qresync?: boolean;
maxIdleTime?: number;
disableBinary?: boolean;
disableAutoEnable?: boolean;
});

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

{
"name": "imapflow",
"version": "1.0.103",
"version": "1.0.104",
"description": "IMAP Client for Node",

@@ -34,3 +34,3 @@ "main": "./lib/imap-flow.js",

"@babel/preset-env": "7.18.10",
"@types/node": "18.7.6",
"@types/node": "18.7.9",
"braintree-jsdoc-template": "3.3.0",

@@ -56,5 +56,5 @@ "eslint": "8.22.0",

"nodemailer": "6.7.8",
"pino": "8.4.1",
"pino": "8.4.2",
"socks": "2.7.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