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
174
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.83 to 1.0.84

4

CHANGELOG.md
# CHANGELOG
- 1.0.84 - 2022-02-17
- QRESYNC tweaks
- 1.0.83 - 2022-02-16

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

@@ -43,4 +43,4 @@ 'use strict';

[
{ type: 'ATOM', value: options.uidValidity },
{ type: 'ATOM', value: options.changedSince }
{ type: 'ATOM', value: options.uidValidity.toString() },
{ type: 'ATOM', value: options.changedSince.toString() }
]

@@ -160,2 +160,15 @@ ]);

if (
map.qresync &&
// UIDVALIDITY must be the same
(options.uidValidity !== map.uidValidity ||
// HIGHESTMODSEQ response must be present
!map.highestModseq ||
// NOMODSEQ is not allowed
map.noModseq)
) {
// QRESYNC does not apply here, so unset it
map.qresync = false;
}
let currentMailbox = connection.mailbox;

@@ -162,0 +175,0 @@ connection.mailbox = false;

2

package.json
{
"name": "imapflow",
"version": "1.0.83",
"version": "1.0.84",
"description": "IMAP Client for Node",

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

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