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.55 to 1.0.56

4

CHANGELOG.md
# CHANGELOG
- 1.0.56 - 2021-03-18
- Fixed issue with exploding LOGOUT
- 1.0.55 - 2021-03-17

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

4

lib/commands/logout.js

@@ -20,5 +20,7 @@ 'use strict';

connection.state = connection.states.LOGOUT;
response.next();
if (response && typeof response.next === 'function') {
response.next();
}
connection.close();
}
};
{
"name": "imapflow",
"version": "1.0.55",
"version": "1.0.56",
"description": "IMAP Client for Node",

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

"devDependencies": {
"@types/node": "14.14.28",
"@types/node": "14.14.35",
"braintree-jsdoc-template": "3.3.0",
"eslint": "7.20.0",
"eslint": "7.22.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "7.2.0",
"eslint-config-prettier": "8.1.0",
"grunt": "1.3.0",

@@ -49,4 +49,4 @@ "grunt-cli": "1.3.2",

"mailsplit": "5.0.1",
"pino": "6.11.1"
"pino": "6.11.2"
}
}
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