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
171
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.46 to 1.0.47

4

CHANGELOG.md
# CHANGELOG
- 1.0.47 - 2020-05-29
- Fix search query with `{header:{key: true}}`
- 1.0.46 - 2020-05-15

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

2

lib/handler/imap-compiler.js

@@ -120,3 +120,3 @@ /* eslint no-console: 0, new-cap: 0 */

if (imapFormalSyntax.verify(val.charAt(0) === '\\' ? val.substr(1) : val, imapFormalSyntax['ATOM-CHAR']()) >= 0) {
if (node.value === '' || imapFormalSyntax.verify(val.charAt(0) === '\\' ? val.substr(1) : val, imapFormalSyntax['ATOM-CHAR']()) >= 0) {
val = JSON.stringify(val);

@@ -123,0 +123,0 @@ }

@@ -680,3 +680,3 @@ /// <reference types="node" />

* @property [unKeyword] - Matches messages that do not have the custom flag set
* @property [header] - Mathces messages with header key set (if value is `true`) or messages where header partially matches (if value is a string)
* @property [header] - Mathces messages with header key set if value is `true` (**NB!** not supported by all servers) or messages where header partially matches a string value
* @property [or] - An array of 2 or more {@link SearchObject} objects. At least on of these must match

@@ -683,0 +683,0 @@ */

{
"name": "imapflow",
"version": "1.0.46",
"version": "1.0.47",
"description": "IMAP Client for Node",

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

"braintree-jsdoc-template": "3.3.0",
"eslint": "7.0.0",
"eslint": "7.1.0",
"eslint-config-nodemailer": "1.2.0",

@@ -37,3 +37,3 @@ "eslint-config-prettier": "6.11.0",

"grunt-contrib-nodeunit": "2.1.0",
"grunt-eslint": "22.0.0",
"grunt-eslint": "23.0.0",
"jsdoc": "3.6.4",

@@ -43,3 +43,3 @@ "tsd-jsdoc": "2.5.0"

"dependencies": {
"@types/node": "14.0.1",
"@types/node": "14.0.5",
"encoding-japanese": "1.0.30",

@@ -51,4 +51,4 @@ "iconv-lite": "0.5.1",

"mailsplit": "5.0.0",
"pino": "6.2.1"
"pino": "6.3.0"
}
}

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