node-red-contrib-looptimer-advanced
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23114
70
0
Updatedloop@^3.3.6