Comparing version 5.4.0 to 5.4.2
@@ -158,3 +158,7 @@ 'use strict'; | ||
} | ||
if (relativeIndex && !relativeMatchFound) return; | ||
if (relativeIndex && !relativeMatchFound) { | ||
return; | ||
} | ||
this.add(keyName, value, index); | ||
@@ -161,0 +165,0 @@ } |
{ | ||
"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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
70244
1
1155
214
+ Addedencoding-japanese@2.2.0(transitive)
+ Addedlibbase64@1.3.0(transitive)
+ Addedlibmime@5.3.6(transitive)
+ Addedlibqp@2.1.1(transitive)
- Removedencoding-japanese@2.0.0(transitive)
- Removedlibbase64@1.2.1(transitive)
- Removedlibmime@5.2.0(transitive)
- Removedlibqp@2.0.1(transitive)
Updatedlibbase64@1.3.0
Updatedlibmime@5.3.6
Updatedlibqp@2.1.1