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 1.4.2 to 1.4.3

2

lib/node-rewriter.js

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

this.decoder = node.getDecoder();
if (!['base64', 'quoted-printable'].includes(node.encoding)) {
if (['base64', 'quoted-printable'].includes(node.encoding)) {
this.encoder = node.getEncoder();

@@ -75,0 +75,0 @@ } else {

{
"name": "mailsplit",
"version": "1.4.2",
"version": "1.4.3",
"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