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.123 to 1.0.124

2

lib/commands/authenticate.js

@@ -53,2 +53,4 @@ 'use strict';

connection.authCapabilities.set(`AUTH=${command}`, true);
return username;

@@ -55,0 +57,0 @@ } catch (err) {

@@ -19,2 +19,4 @@ 'use strict';

connection.authCapabilities.set('LOGIN', true);
return username;

@@ -21,0 +23,0 @@ } catch (err) {

4

package.json
{
"name": "imapflow",
"version": "1.0.123",
"version": "1.0.124",
"description": "IMAP Client for Node",

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

"@babel/preset-env": "7.20.2",
"@types/node": "18.15.5",
"@types/node": "18.15.10",
"braintree-jsdoc-template": "3.3.0",

@@ -37,0 +37,0 @@ "eslint": "8.36.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