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.157 to 1.0.158

7

CHANGELOG.md
# Changelog
## [1.0.158](https://github.com/postalsys/imapflow/compare/v1.0.157...v1.0.158) (2024-03-19)
### Bug Fixes
* **locking:** log extra information about locks ([9790ec5](https://github.com/postalsys/imapflow/commit/9790ec575f405820d05dd4777987a88e0a4e819d))
## [1.0.157](https://github.com/postalsys/imapflow/compare/v1.0.156...v1.0.157) (2024-03-19)

@@ -4,0 +11,0 @@

6

lib/commands/idle.js

@@ -24,3 +24,3 @@ 'use strict';

comment: `breaking IDLE`,
lockId: connection.currentLockId,
lockId: connection.currentLock?.lockId,
path: connection.mailbox && connection.mailbox.path

@@ -48,3 +48,3 @@ });

msg: 'Requesting IDLE break',
lockId: connection.currentLockId,
lockId: connection.currentLock?.lockId,
path: connection.mailbox && connection.mailbox.path,

@@ -79,3 +79,3 @@ queued: preCheckWaitQueue.length,

msg: 'Clearing pre-check function',
lockId: connection.currentLockId,
lockId: connection.currentLock?.lockId,
path: connection.mailbox && connection.mailbox.path,

@@ -82,0 +82,0 @@ queued: preCheckWaitQueue.length,

{
"name": "imapflow",
"version": "1.0.157",
"version": "1.0.158",
"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