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 5.3.1 to 5.3.2

6

lib/message-splitter.js

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

this.line = false;
this.errored = false;
this.hasFailed = false;
}

@@ -82,3 +82,3 @@

if (err) {
this.errored = true;
this.hasFailed = true;
return setImmediate(() => callback(err));

@@ -206,3 +206,3 @@ }

_flush(callback) {
if (this.errored) {
if (this.hasFailed) {
return callback();

@@ -209,0 +209,0 @@ }

{
"name": "mailsplit",
"version": "5.3.1",
"version": "5.3.2",
"description": "Split email messages into an object stream",

@@ -16,13 +16,13 @@ "main": "index.js",

"libbase64": "1.2.1",
"libmime": "5.0.0",
"libmime": "5.1.0",
"libqp": "1.1.0"
},
"devDependencies": {
"eslint": "8.0.0",
"eslint": "8.14.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.3.0",
"grunt": "1.4.1",
"eslint-config-prettier": "8.5.0",
"grunt": "1.5.2",
"grunt-cli": "1.4.3",
"grunt-contrib-nodeunit": "4.0.0",
"grunt-eslint": "23.0.0",
"grunt-eslint": "24.0.0",
"random-message": "1.1.0"

@@ -29,0 +29,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