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.74 to 1.0.75

5

CHANGELOG.md
# CHANGELOG
- 1.0.75 - 2021-10-15
- Fixed an exception with failing IDLE (ramiroaisen #60)
- Do not use 1 and 1.MIME for single node messages, fallback to TEXT and HEADERS
- 1.0.71 - 2021-09-28

@@ -4,0 +9,0 @@

3

lib/commands/idle.js

@@ -15,2 +15,3 @@ 'use strict';

let preCheckWaitQueue = [];
try {

@@ -24,4 +25,2 @@ connection.idling = true;

let preCheckWaitQueue = [];
let preCheck = () => {

@@ -28,0 +27,0 @@ doneRequested = true;

{
"name": "imapflow",
"version": "1.0.74",
"version": "1.0.75",
"description": "IMAP Client for Node",

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

"devDependencies": {
"@babel/eslint-parser": "^7.15.7",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.15.6",
"@types/node": "16.10.1",
"@babel/eslint-parser": "7.15.8",
"@babel/eslint-plugin": "7.14.5",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/preset-env": "7.15.8",
"@types/node": "16.11.0",
"braintree-jsdoc-template": "3.3.0",
"eslint": "7.32.0",
"eslint": "8.0.1",
"eslint-config-nodemailer": "1.2.0",

@@ -41,3 +41,3 @@ "eslint-config-prettier": "8.3.0",

"grunt-cli": "1.4.3",
"grunt-contrib-nodeunit": "3.0.0",
"grunt-contrib-nodeunit": "4.0.0",
"grunt-eslint": "23.0.0",

@@ -53,5 +53,5 @@ "jsdoc": "3.6.7",

"libqp": "1.1.0",
"mailsplit": "5.2.0",
"pino": "6.13.3"
"mailsplit": "5.3.1",
"pino": "7.0.1"
}
}

Sorry, the diff of this file is not supported yet

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