New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-boolean-logic-ultimate

Package Overview
Dependencies
Maintainers
1
Versions
93
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.8 to 1.0.0

boolean-logic-ultimate/CHANGELOG.md

2

boolean-logic-ultimate/BooleanLogicUltimate.js

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

try {
fs.unlinkSync("states/" + _nodeid.toString());
if (fs.existsSync("states/" + _nodeid.toString())) fs.unlinkSync("states/" + _nodeid.toString());
_node.status({fill: "red",shape: "ring",text: "Persistent states deleted ("+_nodeid.toString()+")."});

@@ -106,0 +106,0 @@ } catch (error) {

# node-red-contrib-boolean-logic-ultimate
<p>
<b>Version 1.0.0 LTS</b><br/>
- Added Filter node<br/>
</p>
<p>
<b>Version 0.0.8</b><br/>

@@ -4,0 +8,0 @@ - Delete persistent states when a new unexpected topic arrrives<br/>

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

@@ -12,2 +12,4 @@ "author": "Supergiovane (https://github.com/Supergiovane)",

"boolean",
"gate",
"filter",
"logic"

@@ -23,5 +25,6 @@ ],

"BooleanLogicUltimate": "boolean-logic-ultimate/BooleanLogicUltimate.js",
"InvertUltimate": "boolean-logic-ultimate/InvertUltimate.js"
"InvertUltimate": "boolean-logic-ultimate/InvertUltimate.js",
"FilterUltimate": "boolean-logic-ultimate/FilterUltimate.js"
}
}
}

@@ -47,4 +47,13 @@ # node-red-contrib-boolean-logic-ultimate

</p>
<p>
<b>Invert Ultimate</b><br />
Outputs the inverted input. For example true -> false
</p>
<p>
<b>Filter Ultimate</b><br />
This node has 2 outputs.<br />
If the input payload is true, the node will send <code>true</code> on output 1 and nothing on oputput 2<br />
If the input payload is false, the node will send nothing on output 1, and <code>false</code> on oputput 2<br />
</p>
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg

@@ -51,0 +60,0 @@ [license-url]: https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate/master/LICENSE

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