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.0.0 to 3.0.1

4

lib/message-splitter.js

@@ -48,3 +48,3 @@ 'use strict';

if (groupstart < 0 && !this.line) {
// store only <CR> as <LF> should be on the positive side
// store only <CR> as <LF> should be on the positive side
this.line = Buffer.allocUnsafe(1);

@@ -71,3 +71,3 @@ this.line[0] = 0x0D;

let start = pos;
let start = Math.max(pos, 0);
pos = ++i;

@@ -74,0 +74,0 @@

{
"name": "mailsplit",
"version": "3.0.0",
"version": "3.0.1",
"description": "Split email messages into an object stream",

@@ -5,0 +5,0 @@ "main": "index.js",

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