New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

email-reply-parser

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-reply-parser - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

test/fixtures/email_signature2.txt

2

lib/email.js

@@ -12,3 +12,3 @@ class Email {

let visibleFragments = this.fragments.filter((fragment) => {
return fragment.isHidden;
return !fragment.isHidden;
});

@@ -15,0 +15,0 @@

{
"name": "email-reply-parser",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node library for parsing plain text email content. Based on https://github.com/willdurand/EmailReplyParser",

@@ -5,0 +5,0 @@ "main": "lib/emailreplyparser.js",

@@ -287,1 +287,11 @@ var fs = require("fs");

};
exports.test_signature2 = function(test) {
let email = get_email("email_signature2");
let fragments = email.getFragments();
console.log(fragments);
test.done();
};
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