Socket
Socket
Sign inDemoInstall

node-red-contrib-timer

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

4

package.json
{
"name": "node-red-contrib-timer",
"version": "1.0.3",
"version": "1.0.4",
"description": "timer node",

@@ -29,3 +29,3 @@ "dependencies": {},

"author": "alexandre matheson",
"license": "ISC",
"license": "MIT",
"bugs": {

@@ -32,0 +32,0 @@ "url": "https://github.com/dudest/node-red-contrib-timer/issues"

@@ -59,7 +59,7 @@ # node-red-contrib-timer #

### Message property propegation ###
### Message property propagation ###
properties defined in the incoming `msg` object are copied over to the outputs. The payload is changed and topic (if defined in the node).
Properties defined in the incoming `msg` object are copied over to the outputs. The payload is changed and topic (if defined in the node).
![msg propegation](images/img_example_msgpass.png)
![msg propagation](images/img_example_msgpass.png)

@@ -70,5 +70,5 @@ ```

### override msg.topic in properties ###
### Override msg.topic in properties ###
When _topic_ is defined in the node properties, any _msg.topic_ is overriden.
When _topic_ is defined in the node properties, incoming _msg.topic_ is overriden.

@@ -75,0 +75,0 @@ ![topic overriding](images/img_example_topicoverride.png)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc