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.6.3 to 4.6.4

9

lib/headers.js

@@ -90,2 +90,11 @@ 'use strict';

this.changed = true;
if (!line) {
return;
}
if (typeof line !== 'string') {
line = line.toString('binary');
}
let header = {

@@ -92,0 +101,0 @@ key: this._normalizeHeader(key),

6

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

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

"devDependencies": {
"eslint": "6.7.2",
"eslint": "6.8.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.7.0",
"eslint-config-prettier": "6.9.0",
"grunt": "1.0.4",

@@ -25,0 +25,0 @@ "grunt-cli": "1.3.2",

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