Socket
Socket
Sign inDemoInstall

node-red-contrib-deconz

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.2.0 to 1.2.1

1

nodes/in.js

@@ -299,2 +299,3 @@ const DeconzHelper = require('../lib/DeconzHelper.js');

msg.topic = node.config.topic;
msg.lastupdated = device.state['lastupdated'];
msg.payload = characteristic;

@@ -301,0 +302,0 @@ return msg;

2

package.json

@@ -40,3 +40,3 @@ {

},
"version": "1.2.0"
"version": "1.2.1"
}
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