emailjs-imap-client
Advanced tools
Comparing version 3.0.4 to 3.0.5
{ | ||
"name": "emailjs-imap-client", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"homepage": "https://github.com/emailjs/emailjs-imap-client", | ||
@@ -5,0 +5,0 @@ "description": "JavaScript IMAP client", |
@@ -311,3 +311,3 @@ import { map, pipe, union, zip, fromPairs, propOr, pathOr, flatten } from 'ramda' | ||
const attr = propOr([], 'attributes', item) | ||
if (!attr.length < 3) return | ||
if (attr.length < 3) return | ||
@@ -326,3 +326,3 @@ const path = pathOr('', ['2', 'value'], attr) | ||
const attr = propOr([], 'attributes', item) | ||
if (!attr.length < 3) return | ||
if (attr.length < 3) return | ||
@@ -329,0 +329,0 @@ const path = pathOr('', ['2', 'value'], attr) |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
705336