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

node-red-contrib-stoptimer

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-stoptimer - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "node-red-contrib-stoptimer",
"version": "0.0.5",
"version": "0.0.6",
"description": "Sends the msg through the first output after the set timer duration. If a new msg is received before the timer has ended, the timer will be restarted, unless the new msg has a payload of 'stop' or 'STOP', in which case it will stop the timer. The second output allows you to send an additional payload of a number, string or boolean. If the timer is stopped, the second output will automatically send a payload of 'stopped'.",

@@ -5,0 +5,0 @@ "main": "stoptimer.js",

@@ -17,1 +17,3 @@ Stop Timer for node-red

0.0.5 - As per request, I have included a second output. You can set the payload for the second output to a number, string or boolean, however, if the timer is stopped with an incoming msg, the second output will send the payload of "stopped".
0.0.6 - Forgot to update the "info" panel instructions inside of node-red to include the new features.

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