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

emailjs-imap-client

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emailjs-imap-client - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

2

package.json
{
"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

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