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
171
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.128 to 1.0.129

4

CHANGELOG.md
# CHANGELOG
- 1.0.129 - 2023-06-12
- Bumped deps for maintenance
- 1.0.127 - 2023-04-10

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

@@ -168,2 +168,6 @@ /* eslint no-control-regex:0 */

if (folder.delimiter) {
data.delimiter = folder.delimiter;
}
if (folder.specialUse) {

@@ -170,0 +174,0 @@ data.specialUse = folder.specialUse;

2

lib/types.d.ts

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

* @param [options.tls.minDHSize = 1024] - Minimum size of the DH parameter in bits to accept a TLS connection
* @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
* @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. Can be disabled by setting to `false`
* @param [options.logRaw = false] - If true then log data read from and written to socket encoded in base64

@@ -28,0 +28,0 @@ * @param [options.emitLogs = false] - If `true` then in addition of sending data to logger, ImapFlow emits 'log' events with the same data

{
"name": "imapflow",
"version": "1.0.128",
"version": "1.0.129",
"description": "IMAP Client for Node",

@@ -30,9 +30,9 @@ "main": "./lib/imap-flow.js",

"devDependencies": {
"@babel/eslint-parser": "7.21.3",
"@babel/eslint-plugin": "7.19.1",
"@babel/eslint-parser": "7.22.5",
"@babel/eslint-plugin": "7.22.5",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/preset-env": "7.21.4",
"@types/node": "18.15.11",
"@babel/preset-env": "7.22.5",
"@types/node": "20.3.0",
"braintree-jsdoc-template": "3.3.0",
"eslint": "8.38.0",
"eslint": "8.42.0",
"eslint-config-nodemailer": "1.2.0",

@@ -43,3 +43,3 @@ "eslint-config-prettier": "8.8.0",

"grunt-contrib-nodeunit": "5.0.0",
"grunt-eslint": "24.0.1",
"grunt-eslint": "24.1.0",
"jsdoc": "3.6.11",

@@ -56,6 +56,6 @@ "st": "3.0.0",

"mailsplit": "5.4.0",
"nodemailer": "6.9.1",
"pino": "8.11.0",
"nodemailer": "6.9.3",
"pino": "8.14.1",
"socks": "2.7.1"
}
}

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