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

imapflow

Package Overview
Dependencies
Maintainers
1
Versions
167
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.143 to 1.0.144

7

CHANGELOG.md
# Changelog
## [1.0.144](https://github.com/postalsys/imapflow/compare/v1.0.143...v1.0.144) (2023-09-13)
### Bug Fixes
* **MS365:** Wait until responding with a throttling response ([#142](https://github.com/postalsys/imapflow/issues/142)) ([09bfb3e](https://github.com/postalsys/imapflow/commit/09bfb3e1b90bdd37bc1c9b40e9284ad4afbd5c72))
## [1.0.143](https://github.com/postalsys/imapflow/compare/v1.0.142...v1.0.143) (2023-09-04)

@@ -4,0 +11,0 @@

14

package.json
{
"name": "imapflow",
"version": "1.0.143",
"version": "1.0.144",
"description": "IMAP Client for Node",

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

"devDependencies": {
"@babel/eslint-parser": "7.22.11",
"@babel/eslint-parser": "7.22.15",
"@babel/eslint-plugin": "7.22.10",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/preset-env": "7.22.14",
"@types/node": "20.5.9",
"@babel/preset-env": "7.22.15",
"@types/node": "20.6.0",
"braintree-jsdoc-template": "3.3.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-config-nodemailer": "1.2.0",

@@ -55,6 +55,6 @@ "eslint-config-prettier": "9.0.0",

"mailsplit": "5.4.0",
"nodemailer": "6.9.4",
"pino": "8.15.0",
"nodemailer": "6.9.5",
"pino": "8.15.1",
"socks": "2.7.1"
}
}

@@ -980,1 +980,8 @@ /*eslint no-unused-expressions: 0, prefer-arrow-callback: 0 */

});
module.exports['IMAP Parser, BAD with throttling'] = test =>
asyncWrapper(test, async test => {
let parsed = await parser('X BAD Request is throttled. Suggested Backoff Time: 92415 milliseconds');
test.equal(parsed.command, 'BAD');
test.deepEqual(parsed.attributes, [{ type: 'TEXT', value: 'Request is throttled. Suggested Backoff Time: 92415 milliseconds' }]);
});

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