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

supportbee-planer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supportbee-planer - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

lib/planer.js

@@ -55,3 +55,3 @@ // Generated by CoffeeScript 1.12.7

emailDocument = htmlPlaner.createEmailDocument(msgBody, dom);
haveCutQuotations = (htmlPlaner.cutById(emailDocument) || htmlPlaner.cutMicrosoftQuote(emailDocument) || htmlPlaner.cutFromBlock(emailDocument), htmlPlaner.cutBlockQuote(emailDocument) || htmlPlaner.cutGmailQuote(emailDocument));
haveCutQuotations = htmlPlaner.cutMicrosoftQuote(emailDocument) || htmlPlaner.cutBlockQuote(emailDocument) || htmlPlaner.cutById(emailDocument) || htmlPlaner.cutFromBlock(emailDocument) || htmlPlaner.cutGmailQuote(emailDocument);
emailDocumentCopy = htmlPlaner.createEmailDocument(emailDocument.documentElement.outerHTML, dom);

@@ -58,0 +58,0 @@ numberOfCheckpoints = htmlPlaner.addCheckpoints(emailDocument.body, 0);

{
"name": "supportbee-planer",
"version": "1.2.0",
"version": "1.2.1",
"description": "Remove reply quotations from emails",

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

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