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.56 to 1.0.57

4

CHANGELOG.md
# CHANGELOG
- 1.0.57 - 2021-04-30
- Do not wait indefinitely after logout if connection was not established
- 1.0.56 - 2021-03-18

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

@@ -10,2 +10,8 @@ 'use strict';

if (connection.state === connection.states.NOT_AUTHENTICATED) {
connection.state = connection.states.LOGOUT;
connection.close();
return false;
}
let response;

@@ -12,0 +18,0 @@ try {

2

lib/types.d.ts

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

* let {meta, content} = await client.download('*', '1.2');
* stream.pipe(fs.createWriteStream(meta.filename));
* content.pipe(fs.createWriteStream(meta.filename));
* @param range - UID or sequence number for the message to fetch

@@ -431,0 +431,0 @@ * @param [part] - If not set then downloads entire rfc822 formatted message, otherwise downloads specific bodystructure part

{
"name": "imapflow",
"version": "1.0.56",
"version": "1.0.57",
"description": "IMAP Client for Node",

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

"devDependencies": {
"@types/node": "14.14.35",
"@types/node": "15.0.1",
"braintree-jsdoc-template": "3.3.0",
"eslint": "7.22.0",
"eslint": "7.25.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.1.0",
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-nodeunit": "2.1.0",
"eslint-config-prettier": "8.3.0",
"grunt": "1.4.0",
"grunt-cli": "1.4.2",
"grunt-contrib-nodeunit": "3.0.0",
"grunt-eslint": "23.0.0",

@@ -49,4 +49,4 @@ "jsdoc": "3.6.6",

"mailsplit": "5.0.1",
"pino": "6.11.2"
"pino": "6.11.3"
}
}

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