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

mailsplit

Package Overview
Dependencies
Maintainers
2
Versions
53
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 5.4.0 to 5.4.2

6

lib/headers.js

@@ -158,3 +158,7 @@ 'use strict';

}
if (relativeIndex && !relativeMatchFound) return;
if (relativeIndex && !relativeMatchFound) {
return;
}
this.add(keyName, value, index);

@@ -161,0 +165,0 @@ }

19

package.json
{
"name": "mailsplit",
"version": "5.4.0",
"version": "5.4.2",
"description": "Split email messages into an object stream",

@@ -10,3 +10,4 @@ "main": "index.js",

"scripts": {
"test": "grunt"
"test": "grunt",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},

@@ -16,5 +17,5 @@ "author": "Andris Reinman",

"dependencies": {
"libbase64": "1.2.1",
"libmime": "5.2.0",
"libqp": "2.0.1"
"libbase64": "1.3.0",
"libmime": "5.3.6",
"libqp": "2.1.1"
},

@@ -24,6 +25,6 @@ "devDependencies": {

"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.5.0",
"grunt": "1.5.3",
"grunt-cli": "1.4.3",
"grunt-contrib-nodeunit": "4.0.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
"grunt-contrib-nodeunit": "5.0.0",
"grunt-eslint": "24.0.1",

@@ -30,0 +31,0 @@ "random-message": "1.1.0"

@@ -213,1 +213,3 @@ # mailsplit

Dual licensed under **MIT** or **EUPLv1.1+**
> `mailsplit` is part of the Zone Mail Suite (ZMS). Suite of programs and modules for an efficient, fast and modern email server.

Sorry, the diff of this file is not supported yet

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