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

node-red-contrib-boolean-logic-ultimate

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-boolean-logic-ultimate - npm Package Compare versions

Comparing version 1.1.12 to 1.1.14

5

boolean-logic-ultimate/InjectUltimate.js

@@ -36,4 +36,5 @@

node.curVal = !node.curVal;
let jRet;
try {
node.outputJSON = JSON.parse(node.outputJSON);
jRet = JSON.parse(node.outputJSON);
if (node.outputJSON.topic === undefined) node.outputJSON.topic = node.topic; // Add topic if not present

@@ -44,3 +45,3 @@ } catch (error) {

}
node.send([msgTrue, msgFalse, msgToggled, node.outputJSON]);
node.send([msgTrue, msgFalse, msgToggled, jRet]);
}

@@ -47,0 +48,0 @@

6

CHANGELOG.md

@@ -7,4 +7,8 @@ # node-red-contrib-boolean-logic-ultimate

<p>
<b>Version 1.1.14</b> Mai 2024<br/>
- FIX: inject node: fixed an error in JSON.parse.</br>
</p>
<p>
<b>Version 1.1.12</b> Mai 2024<br/>
- FIX: fixed the empty JSON for old injectUltimate nodes.</br>
- FIX: inject node: fixed the empty JSON for old injectUltimate nodes.</br>
</p>

@@ -11,0 +15,0 @@ <p>

{
"name": "node-red-contrib-boolean-logic-ultimate",
"version": "1.1.12",
"version": "1.1.14",
"description": "A set of Node-RED enhanced boolean logic and utility nodes, flow interruption, blinker, invert, filter, toggle etc.., with persistent values after reboot. Compatible also with Homeassistant values.",

@@ -5,0 +5,0 @@ "author": "Supergiovane (https://github.com/Supergiovane)",

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