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

imapflow

Package Overview
Dependencies
Maintainers
0
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.165 to 1.0.166

7

CHANGELOG.md
# Changelog
## [1.0.166](https://github.com/postalsys/imapflow/compare/v1.0.165...v1.0.166) (2024-11-05)
### Bug Fixes
* **login:** Always treat username and password as strings, not atom ([01b3471](https://github.com/postalsys/imapflow/commit/01b347145551c046e4400b8824be9be3c69d353b))
## [1.0.165](https://github.com/postalsys/imapflow/compare/v1.0.164...v1.0.165) (2024-11-01)

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

4

lib/commands/login.js

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

let response = await connection.exec('LOGIN', [
{ type: 'ATOM', value: username },
{ type: 'ATOM', value: password, sensitive: true }
{ type: 'STRING', value: username },
{ type: 'STRING', value: password, sensitive: true }
]);

@@ -18,0 +18,0 @@ response.next();

{
"name": "imapflow",
"version": "1.0.165",
"version": "1.0.166",
"description": "IMAP Client for Node",

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

"@babel/preset-env": "7.26.0",
"@types/node": "22.8.6",
"@types/node": "22.9.0",
"eslint": "8.57.0",

@@ -38,0 +38,0 @@ "eslint-config-nodemailer": "1.2.0",

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