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
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 3.1.2 to 4.0.0

10

package.json
{
"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

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