New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mailsplit

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailsplit - npm Package Compare versions

Comparing version

to
5.0.1

2

lib/message-splitter.js

@@ -377,3 +377,3 @@ 'use strict';

(!currentNode.encoding || ['7bit', '8bit', 'binary'].includes(currentNode.encoding)) &&
currentNode.disposition !== 'attachment'
currentNode.disposition === 'inline'
) {

@@ -380,0 +380,0 @@ currentNode.messageNode = true;

{
"name": "mailsplit",
"version": "5.0.0",
"version": "5.0.1",
"description": "Split email messages into an object stream",

@@ -15,14 +15,14 @@ "main": "index.js",

"dependencies": {
"libmime": "4.2.1",
"libbase64": "1.2.1",
"libmime": "5.0.0",
"libqp": "1.1.0"
},
"devDependencies": {
"eslint": "7.0.0",
"eslint": "7.16.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.11.0",
"grunt": "1.1.0",
"eslint-config-prettier": "7.1.0",
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-nodeunit": "2.1.0",
"grunt-eslint": "22.0.0",
"grunt-eslint": "23.0.0",
"random-message": "1.1.0"

@@ -29,0 +29,0 @@ },