Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-looptimer-advanced

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-looptimer-advanced - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

6

package.json
{
"name": "node-red-contrib-looptimer-advanced",
"version": "0.0.6",
"version": "0.0.7",
"description": "Sends the msg through the first output, then continues to do so in a loop, once per the duration specified, until a payload of 'stop' or 'STOP' is received. Supports override with messages!",

@@ -8,3 +8,3 @@ "main": "looptimer_advanced.js",

"dependencies": {
"loop": ">=2.1.2"
"loop": "^3.3.6"
},

@@ -22,3 +22,3 @@ "directories": {},

"node-red": {
"version": ">=2.0.0",
"version": ">=1.0.0",
"nodes": {

@@ -25,0 +25,0 @@ "looptimer-advanced": "looptimer_advanced.js"

@@ -52,5 +52,7 @@

Setting the Max Loops and Max Timeout settings to high values can, for all intents, ensure that the loop can only be stopped by an incoming `stop` payload, however, the stability of the loop has not been tested over an extended number of hours.
**0.0.6** - Added Example Flow and updated dependencies
**0.0.7** - Update Loop Dependency version as older version is not compatible with higher version Node.JS
**0.0.6** - Added Example Flow and updated dependencies
**0.0.5** - Re-added line removed accidentally

@@ -66,4 +68,4 @@ **0.0.4** - Issue #4 -> Added message when timeout reached

**To Do:**
- [ ] Mustache Template Support
- [x] Example Flows
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