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 4.2.3 to 4.2.4

5

lib/message-splitter.js

@@ -335,2 +335,7 @@ 'use strict';

case 4:
// special case when boundary close a node with only header.
if (this.node && this.node._headerlen && !this.node.headers) {
this.node.parseHeaders();
this.push(this.node);
}
// move up

@@ -337,0 +342,0 @@ if (this.tree.length) {

4

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

@@ -22,3 +22,3 @@ "main": "index.js",

"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-nodeunit": "^2.0.0",

@@ -25,0 +25,0 @@ "grunt-eslint": "^21.0.0",

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