Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

email-reply-parser

Package Overview
Dependencies
Maintainers
0
Versions
43
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.8.0 to 1.8.1

6

lib/regex.js

@@ -32,5 +32,5 @@ var RE2 = require("re2");

/^(.*)[0-9]{4}(.*)from(.*)<(.*)>:$/,
/^-{1,10} ?(O|o)riginal (M|m)essage ?-{1,10}$/i,
/^-{1,10} ?(O|o)prindelig (B|b)esked ?-{1,10}$/i,
/^-{1,10} ?(M|m)essage d\'origine ?-{1,10}$/i
/^-{1,12} ?(O|o)riginal (M|m)essage ?-{1,12}$/i,
/^-{1,12} ?(O|o)prindelig (B|b)esked ?-{1,12}$/i,
/^-{1,12} ?(M|m)essage d\'origine ?-{1,12}$/i
]);

@@ -37,0 +37,0 @@

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

@@ -5,0 +5,0 @@ "main": "lib/emailreplyparser.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