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.0 to 1.1.1

1

boolean-logic-ultimate/SumUltimate.js

@@ -82,2 +82,3 @@ module.exports = function (RED) {

if (node.topics.hasOwnProperty(row)) {
++quantita;
values.push(node.topics[row]);

@@ -84,0 +85,0 @@ }

@@ -7,2 +7,6 @@ # node-red-contrib-boolean-logic-ultimate

<p>
<b>Version 1.1.1</b> October 2023<br/>
- Math node: FIX: fixed "measurement" and "average" not showing correct results when using the "subtract" option.</br>
</p>
<p>
<b>Version 1.1.0</b> September 2023<br/>

@@ -9,0 +13,0 @@ - NEW: Translator config node. Each boolean logic node can now translate the input payload to a boolean value. For example, you can add "done:true" to the translation table, to convert the input payload "done", to a boolean <i>TRUE</> value.</br>

2

package.json
{
"name": "node-red-contrib-boolean-logic-ultimate",
"version": "1.1.0",
"version": "1.1.1",
"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