Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

imapflow

Package Overview
Dependencies
Maintainers
1
Versions
167
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.22 to 1.0.23

6

lib/commands/create.js

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

map.created = true;
response.next();

@@ -72,3 +73,6 @@

// no need to do anything, mailbox already exists
return true;
return {
path,
created: false
};
}

@@ -75,0 +79,0 @@

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

* @property {String} [mailboxId] unique mailbox ID if server supports `OBJECTID` extension (currently Yahoo and some others)
* @property {Boolean} created If `true` then mailbox was created otherwise it already existed
*/

@@ -672,2 +673,3 @@ declare type MailboxCreateResponse = {

mailboxId?: string;
created: boolean;
};

@@ -674,0 +676,0 @@

4

package.json
{
"name": "imapflow",
"version": "1.0.22",
"version": "1.0.23",
"description": "IMAP Client for Node",

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

"dependencies": {
"@types/node": "13.7.2",
"@types/node": "13.7.6",
"encoding-japanese": "1.0.30",

@@ -45,0 +45,0 @@ "iconv-lite": "0.5.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