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 0.11.1 to 0.11.2

.github/FUNDING.yml

4

nodes/get.js

@@ -68,7 +68,7 @@ module.exports = function(RED) {

shape: "dot",
text: (config.state in node.meta.state)?(node.meta.state[config.state]?node.meta.state[config.state]:'false'):"received",
text: (config.state in node.meta.state)?(node.meta.state[config.state]).toString():"received",
});
node.send({
payload:(config.state in node.meta.state)?(node.meta.state[config.state]).toString():node.meta.state,
payload:(config.state in node.meta.state)?node.meta.state[config.state]:node.meta.state,
meta:deviceMeta,

@@ -75,0 +75,0 @@ });

@@ -41,3 +41,3 @@ {

},
"version": "0.11.1"
"version": "0.11.2"
}
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