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

email-reply-parser

Package Overview
Dependencies
Maintainers
1
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.4.0 to 1.4.1

LICENSE

13

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

@@ -14,11 +14,14 @@ "main": "lib/emailreplyparser.js",

},
"author": "Crisp IM SARL",
"engines": {
"node": ">= 10.0.0"
},
"author": "Crisp IM SAS",
"license": "MIT",
"dependencies": {
"re2": "1.16.0"
"re2": "1.17.7"
},
"devDependencies": {
"nodeunit": "v0.11.1",
"underscore": "v1.12.1"
"nodeunit": "v0.11.3",
"underscore": "v1.13.6"
}
}

@@ -9,2 +9,4 @@ # Email Reply Parser

**😘 Maintainer**: [@baptistejamin](https://github.com/baptistejamin)
## Who uses it?

@@ -33,3 +35,3 @@

This library is used at [Crisp](https://crisp.chat/) everyday with around 1 million inbound emails. Over the years, we improved this library so tt can work with most emails.
This library is used at [Crisp](https://crisp.chat/) everyday with around 1 million inbound emails. Over the years, we improved this library so it can work with most emails.

@@ -53,3 +55,3 @@ - Strip email replies like `On DATE, NAME <EMAIL> wrote:`

Feel free to fork this project and submit fixes. We may adapt your code to fit the codebase.
Feel free to fork this project and submit fixes. We may adapt your code to fit the codebase.

@@ -70,4 +72,3 @@ You can run unit tests using:

email-reply-parser is released under the MIT License. See the bundled LICENSE
file for details.
email-reply-parser is released under the MIT License. See the bundled LICENSE file for details.

Sorry, the diff of this file is not supported yet

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