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.1 to 1.1.2

2

boolean-logic-ultimate/utils.js

@@ -57,2 +57,2 @@ module.exports.ToBoolean = function ToBoolean(value, _configTranslationNode) {

const DEFAULTTRANSLATIONINPUT =
"on:true\noff:false\nactive:true\ninactive:false\nopen:true\nclosed:false\nclose:false\n1:true\n0:false\ntrue:true\nfalse:false\nhome:true\nnot_home:false";
"on:true\noff:false\nactive:true\ninactive:false\nopen:true\nclosed:false\nclose:false\n1:true\n0:false\ntrue:true\nfalse:false\nhome:true\nnot_home:false\nnormal:false\nviolated:true";

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

<p>
<b>Version 1.1.2</b> January 2024<br/>
- NEW: added "normal" and "violated" as default accepted inputs, for compatibility with Home Assistant.</br>
</p>
<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>
- Math node: FIX: fixed "measurement" and "average" not showing correct results when using the "subtract" option. Thanks to @VanillaFord</br>
</p>

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

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