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.5.0 to 0.5.1

2

deconz.js

@@ -133,3 +133,3 @@ var request = require('request');

node.send([
{payload: (node.config.state in device.state) ? device.state[node.config.state] : device.state, payload_raw: device.state},
{payload: (node.config.state in device.state) ? device.state[node.config.state] : device.state, payload_raw: device},
format_to_homekit(device)

@@ -136,0 +136,0 @@ ]);

@@ -33,3 +33,3 @@ {

},
"version": "0.5.0"
"version": "0.5.1"
}

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