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.130 to 1.0.131

4

CHANGELOG.md
# CHANGELOG
- 1.0.131 - 2023-06-29
- Fixed issue with labels that start with tilde
- 1.0.129 - 2023-06-12

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

@@ -193,2 +193,11 @@ /* eslint new-cap: 0 */

if (nextChr !== '{') {
if (imapFormalSyntax['ATOM-CHAR']().indexOf(nextChr)) {
// treat as ATOM
this.currentNode = this.createNode(this.currentNode, this.pos + i);
this.currentNode.type = 'ATOM';
this.currentNode.value = chr;
this.state = 'ATOM';
break;
}
throw new Error(`Unexpected literal8 marker at position ${this.pos + i} [E9]`);

@@ -195,0 +204,0 @@ }

8

package.json
{
"name": "imapflow",
"version": "1.0.130",
"version": "1.0.131",
"description": "IMAP Client for Node",

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

"@babel/preset-env": "7.22.5",
"@types/node": "20.3.1",
"@types/node": "20.3.2",
"braintree-jsdoc-template": "3.3.0",
"eslint": "8.42.0",
"eslint": "8.43.0",
"eslint-config-nodemailer": "1.2.0",

@@ -43,3 +43,3 @@ "eslint-config-prettier": "8.8.0",

"grunt-contrib-nodeunit": "5.0.0",
"grunt-eslint": "24.1.0",
"grunt-eslint": "24.2.0",
"jsdoc": "3.6.11",

@@ -46,0 +46,0 @@ "st": "3.0.0",

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