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.0 to 1.4.1

4

lib/node-rewriter.js

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

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

@@ -77,0 +77,0 @@ }

{
"name": "mailsplit",
"version": "1.4.0",
"version": "1.4.1",
"description": "Split email messages into an object stream",

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

@@ -149,4 +149,4 @@ # mailsplit

});
// pipe a message source to splitter, then joiner and finally to stdout
someMessagStream.pipe(splitter).pipe(joiner).pipe(process.stdout);
// pipe a message source to splitter, then rewriter, then joiner and finally to stdout
someMessagStream.pipe(splitter).pipe(rewriter).pipe(joiner).pipe(process.stdout);
```

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