New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

imapflow

Package Overview
Dependencies
Maintainers
0
Versions
177
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

to
1.0.182

7

CHANGELOG.md
# Changelog
## [1.0.182](https://github.com/postalsys/imapflow/compare/v1.0.181...v1.0.182) (2025-03-04)
### Bug Fixes
* messageFlagsSet with empty flag array ([#268](https://github.com/postalsys/imapflow/issues/268)) ([7de471c](https://github.com/postalsys/imapflow/commit/7de471c80590284fab6747221d9bcc1491d2a505))
## [1.0.181](https://github.com/postalsys/imapflow/compare/v1.0.180...v1.0.181) (2025-02-06)

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

2

lib/commands/store.js

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

if (!flags.length && operation !== 'set') {
if (!flags.length && options.operation !== 'set') {
// nothing to do here

@@ -52,0 +52,0 @@ return false;

{
"name": "imapflow",
"version": "1.0.181",
"version": "1.0.182",
"description": "IMAP Client for Node",

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