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
0
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.20 to 1.1.21

1

boolean-logic-ultimate/KalmanFilterUltimate.js

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

}
msg.payload = Math.round((msg.payload + Number.EPSILON) * 1000) / 1000
setNodeStatus({

@@ -58,0 +59,0 @@ fill: "green",

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

<p>
<b>Version 1.1.21</b> November 2024<br/>
- Kalman Filter node: rounded the output paylad to three decimals.</br>
</p>
<p>
<b>Version 1.1.20</b> November 2024<br/>
- NEW: Kalman Filter node.</br>
</p>
<p>
<b>Version 1.1.19</b> October 2024<br/>

@@ -9,0 +17,0 @@ - Maintenance release.</br>

2

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