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.3.0 to 1.3.1

20

lib/htmlPlaner.js

@@ -109,3 +109,5 @@ // Generated by CoffeeScript 1.12.7

}
parentElement.removeChild(splitterElement);
if (parentElement != null) {
parentElement.removeChild(splitterElement);
}
return true;

@@ -130,4 +132,8 @@ };

}
parentElement.removeChild(splitterElement);
parentElement.appendChild(wrapper);
if (parentElement != null) {
parentElement.removeChild(splitterElement);
}
if (parentElement != null) {
parentElement.appendChild(wrapper);
}
return true;

@@ -220,4 +226,8 @@ };

}
parentElement.removeChild(splitterElement);
parentElement.appendChild(wrapper);
if (parentElement != null) {
parentElement.removeChild(splitterElement);
}
if (parentElement != null) {
parentElement.appendChild(wrapper);
}
return true;

@@ -224,0 +234,0 @@ };

{
"name": "supportbee-planer",
"version": "1.3.0",
"version": "1.3.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