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

planer

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

planer - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

lib/planer.js

@@ -157,3 +157,6 @@ // Generated by CoffeeScript 1.10.0

inlineReplyIndex = markers.indexOf(inlineReplyMatch[1], inlineReplyMatch.index);
isInlineReplyLink = REGEXES.PARENTHESIS_LINK.test(lines[inlineReplyIndex - 1]) || lines[inlineReplyIndex].trim().search(REGEXES.PARENTHESIS_LINK) === 0;
isInlineReplyLink = false;
if (inlineReplyIndex > -1) {
isInlineReplyLink = REGEXES.PARENTHESIS_LINK.test(lines[inlineReplyIndex - 1]) || lines[inlineReplyIndex].trim().search(REGEXES.PARENTHESIS_LINK) === 0;
}
if (!isInlineReplyLink) {

@@ -160,0 +163,0 @@ setReturnFlags(returnFlags, false, -1, -1);

2

package.json
{
"name": "planer",
"version": "1.0.1",
"version": "1.0.2",
"description": "Remove reply quotations from emails",

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