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

mailparser

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailparser - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

2

lib/mail-parser.js

@@ -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",

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