mailparser
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -738,3 +738,3 @@ 'use strict'; | ||
case 'body': | ||
if (this.curnode && this.curnode.decoder) { | ||
if (this.curnode && this.curnode.decoder && this.curnode.decoder.writable) { | ||
if (this.curnode.decoder.write(data.value) === false) { | ||
@@ -741,0 +741,0 @@ return this.curnode.decoder.once('drain', done); |
{ | ||
"name": "mailparser", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "Parse e-mails", | ||
@@ -18,10 +18,10 @@ "main": "index.js", | ||
"mailsplit": "4.2.3", | ||
"nodemailer": "4.6.7", | ||
"nodemailer": "4.6.8", | ||
"tlds": "1.203.1" | ||
}, | ||
"devDependencies": { | ||
"ajv": "^6.5.2", | ||
"ajv": "^6.5.3", | ||
"eslint-config-nodemailer": "^1.2.0", | ||
"grunt": "^1.0.3", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-cli": "^1.3.1", | ||
"grunt-contrib-nodeunit": "^2.0.0", | ||
@@ -28,0 +28,0 @@ "grunt-eslint": "^21.0.0", |
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
49849
+ Addednodemailer@4.6.8(transitive)
- Removednodemailer@4.6.7(transitive)
Updatednodemailer@4.6.8