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 0.0.7 to 0.0.8

13

boolean-logic-ultimate/BooleanLogicUltimate.js

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

} catch (error) {
node.status({fill: "grey",shape: "ring",text: "No persistent states: " + error});
node.status({fill: "grey",shape: "ring",text: "No persistent states"});
}

@@ -47,3 +47,3 @@

// Sabe the state array to a perisistent file
// Save the state array to a perisistent file
if (this.config.persist == true) {

@@ -82,3 +82,6 @@ try {

node.state = {};
DeletePersistFile(node.id);
DisplayUnkownStatus();
} else {
node.status({ fill: "green", shape: "ring", text: " Arrived topic " + keyCount + " of " + node.config.inputCount});
}

@@ -194,4 +197,4 @@ }

fill: "gray",
shape: "dot",
text: "Unknown"
shape: "ring",
text: "Reset due to unexpected new topic"
});

@@ -201,3 +204,3 @@ };

function SetResult(_valueAND, _valueOR, _valueXOR, optionalTopic) {
node.status({fill: "green",shape: "dot",text: "Sent:("+"AND:" + _valueAND + " OR:" +_valueOR + " XOR:" +_valueXOR+")"});
node.status({fill: "green",shape: "dot",text: "(AND)" + _valueAND + " (OR)" +_valueOR + " (XOR)" +_valueXOR});

@@ -204,0 +207,0 @@ if (_valueAND!=null){

# node-red-contrib-boolean-logic-ultimate
<p>
<b>Version 0.0.8</b><br/>
- Delete persistent states when a new unexpected topic arrrives<br/>
- Better status representation<br/>
- Better and clearer configuration UI <br/>
</p>
<p>
<b>Version 0.0.7</b><br/>

@@ -4,0 +10,0 @@ - Fixed decimal error in the "Invert" node.<br/>

{
"name": "node-red-contrib-boolean-logic-ultimate",
"version": "0.0.7",
"version": "0.0.8",
"description": "A set of Node-RED enhanced boolean logic, with persisten values after reboot and more",

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

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