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.149 to 1.0.150

7

CHANGELOG.md
# Changelog
## [1.0.150](https://github.com/postalsys/imapflow/compare/v1.0.149...v1.0.150) (2024-02-01)
### Bug Fixes
* **deps:** Bumped Nodemailer version ([ee02764](https://github.com/postalsys/imapflow/commit/ee0276493494ecf08be557cc0c486fe309d359bf))
## [1.0.149](https://github.com/postalsys/imapflow/compare/v1.0.148...v1.0.149) (2024-01-31)

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

2

lib/types.d.ts

@@ -466,2 +466,4 @@ /// <reference types="node" />

* console.log(msg.uid);
* // NB! You can not run any IMAP commands in this loop
* // otherwise you will end up in a deadloop
* }

@@ -468,0 +470,0 @@ * @param range - Range of messages to fetch

8

package.json
{
"name": "imapflow",
"version": "1.0.149",
"version": "1.0.150",
"description": "IMAP Client for Node",

@@ -31,7 +31,7 @@ "main": "./lib/imap-flow.js",

"devDependencies": {
"@babel/eslint-parser": "7.23.9",
"@babel/eslint-parser": "7.23.10",
"@babel/eslint-plugin": "7.23.5",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/preset-env": "7.23.9",
"@types/node": "20.11.13",
"@types/node": "20.11.15",
"eslint": "8.56.0",

@@ -56,3 +56,3 @@ "eslint-config-nodemailer": "1.2.0",

"mailsplit": "5.4.0",
"nodemailer": "6.9.8",
"nodemailer": "6.9.9",
"pino": "8.17.2",

@@ -59,0 +59,0 @@ "socks": "2.7.1"

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