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.0.48 to 1.0.49

boolean-logic-ultimate/toggleUltimate.html

4

CHANGELOG.md

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

<b>Version 1.0.48</b> February 2022<br/>
- NEW: TOGGLE node: Simple toggle node.</br>
</p>
<p>
<b>Version 1.0.48</b> February 2022<br/>
- NEW: SUM node: this new node makes sum, average and measurement count.</br>

@@ -8,0 +12,0 @@ </p>

5

package.json
{
"name": "node-red-contrib-boolean-logic-ultimate",
"version": "1.0.48",
"version": "1.0.49",
"description": "A set of Node-RED enhanced boolean logic node, flow interruption node, blinker node, invert node, filter node, with persisten values after reboot and more.",

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

"ImpulseUltimate": "boolean-logic-ultimate/ImpulseUltimate.js",
"SumUltimate": "boolean-logic-ultimate/SumUltimate.js"
"SumUltimate": "boolean-logic-ultimate/SumUltimate.js",
"toggleUltimate": "boolean-logic-ultimate/toggleUltimate.js"
}
}
}

@@ -361,2 +361,19 @@ # node-red-contrib-boolean-logic-ultimate

br/>
<br/>
<br/>
<br/>
<br/>
# TOGGLE ULTIMATE
The pourpose of this node is to toggle between true/false the payload of every incoming message.<br />
**INPUT**<br />
Any message that arrives on input, will be passwd through to the output with the payload toggled between true and false.
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg

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

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