Comparing version 3.1.2 to 4.0.0
{ | ||
"name": "mailsplit", | ||
"version": "3.1.2", | ||
"version": "4.0.0", | ||
"description": "Split email messages into an object stream", | ||
@@ -13,5 +13,7 @@ "main": "index.js", | ||
"author": "Andris Reinman", | ||
"license": "MIT", | ||
"license": "EUPL-1.1", | ||
"dependencies": { | ||
"libmime": "^2.1.2" | ||
"libmime": "3.1.0", | ||
"libbase64": "0.1.0", | ||
"libqp": "1.1.0" | ||
}, | ||
@@ -23,4 +25,2 @@ "devDependencies": { | ||
"grunt-eslint": "^19.0.0", | ||
"libbase64": "^0.1.0", | ||
"libqp": "^1.1.0", | ||
"random-message": "^1.1.0" | ||
@@ -27,0 +27,0 @@ }, |
@@ -9,6 +9,8 @@ # mailsplit | ||
In general this module is a primitive for building e-mail parsers/handlers. Alternatively you could use it to parse other MIME-like structures, for example *mbox* files or multipart/form-data uploads. | ||
In general this module is a primitive for building e-mail parsers/handlers like [mailparser](https://www.npmjs.com/package/mailparser). Alternatively you could use it to parse other MIME-like structures, for example *mbox* files or multipart/form-data uploads. | ||
See [rewrite-html.js](examples/rewrite-html.js) for an usage example where HTML content is modified on the fly (example script adds a link to every *text/html* node) | ||
> Starting from v4.0.0 *mailsplit* is licensed under the [European Union Public License 1.1](http://ec.europa.eu/idabc/eupl.html). In general, EUPLv1.1 is a _copyleft_ license compatible with GPLv2, so if you're OK using GPL then you should be OK using MailParser. Previous versions of *mailsplit* are licensed under the MIT license. | ||
## Usage | ||
@@ -201,2 +203,2 @@ | ||
**MIT** | ||
**EUPLv1.1** |
Sorry, the diff of this file is not supported yet
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
61656
5
203
3
90
+ Addedlibbase64@0.1.0
+ Addedlibqp@1.1.0
+ Addedlibmime@3.1.0(transitive)
- Removedlibmime@2.1.3(transitive)
Updatedlibmime@3.1.0