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
172
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.54 to 1.0.55

4

CHANGELOG.md
# CHANGELOG
- 1.0.54 - 2021-03-17
- 1.0.55 - 2021-03-17
- Ensure mailbox namespace when creating new mailboxes
- Fixed raw source downloads

@@ -7,0 +7,0 @@ - 1.0.53 - 2021-02-17

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

if (path.toUpperCase() === 'INBOX') {
// inbox is not case sensitive, also no need to ensure namespace
// inbox is not case sensitive
return 'INBOX';

@@ -27,3 +27,3 @@ }

}
} else if (connection.enabled.has('UTF8=ACCEPT') && /&[^-]+-/.test(path)) {
} else if (connection.enabled.has('UTF8=ACCEPT') && /&/.test(path)) {
try {

@@ -30,0 +30,0 @@ path = iconv.decode(Buffer.from(path), 'utf-7-imap').toString();

{
"name": "imapflow",
"version": "1.0.54",
"version": "1.0.55",
"description": "IMAP Client for Node",

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

"devDependencies": {
"@types/node": "14.14.35",
"@types/node": "14.14.28",
"braintree-jsdoc-template": "3.3.0",
"eslint": "7.22.0",
"eslint": "7.20.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.1.0",
"eslint-config-prettier": "7.2.0",
"grunt": "1.3.0",

@@ -49,4 +49,4 @@ "grunt-cli": "1.3.2",

"mailsplit": "5.0.1",
"pino": "6.11.2"
"pino": "6.11.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