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.33 to 1.0.34

2

boolean-logic-ultimate/ImpulseUltimate.js

@@ -39,5 +39,5 @@

let msg = { topic: node.name };
for (let index = 0; index < node.commands.length; index++) {
const element = node.commands[index];
let msg = { topic: node.name };
if (!element.toString().startsWith("//")) {

@@ -44,0 +44,0 @@ if (node.isPlaying === false) return; // STOP called

@@ -5,3 +5,3 @@ # node-red-contrib-boolean-logic-ultimate

<p>
<b>Version 1.0.33</b> August 2021<br/>
<b>Version 1.0.34</b> August 2021<br/>
- NEW: Impulse node: you run issue a sequence of commands to, for example, open a garage door with a timed impulse, or switch speed of a fan requiring pulsed commands. Check the gitHub home for sample and explanation.</br>

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

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

@@ -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