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.21 to 1.0.22

5

lib/types.d.ts

@@ -72,2 +72,7 @@ /// <reference types="node" />

/**
* Is the connection currently usable or not
* @type {Boolean}
*/
usable: boolean;
/**
* Currently authenticated user or `false` if mailbox is not open

@@ -74,0 +79,0 @@ * @type {String|Boolean}

2

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

@@ -5,0 +5,0 @@ "main": "./lib/imap-flow.js",

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