Socket
Socket
Sign inDemoInstall

node-red-contrib-deconz

Package Overview
Dependencies
Maintainers
2
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.3.1 to 1.3.2

4

CHANGELOG.md

@@ -10,2 +10,6 @@ # Changelog

## [1.3.2] - 2021-03-06 ![Relative date](https://img.shields.io/date/1615059740?label=)
### Fixed
- Device list was empty. #89
## [1.3.1] - 2021-02-20 ![Relative date](https://img.shields.io/date/1613827429?label=)

@@ -12,0 +16,0 @@ ### Fixed

5

nodes/server.js

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

node.items_list = [];
for (var index in items) {
Object.keys(items).forEach(function (index) {
var prop = items[index];

@@ -170,4 +170,5 @@

});
}
});
callback(node.items_list);

@@ -174,0 +175,0 @@ return node.items_list;

@@ -48,3 +48,3 @@ {

},
"version": "1.3.1"
"version": "1.3.2"
}

@@ -7,6 +7,2 @@ # Changes!

# @andreypopov WILL NOT SUPPORT THIS PROJECT ANYMORE.
I don't use deconz. Moved to https://flows.nodered.org/node/node-red-contrib-zigbee2mqtt <br>
and the most advanced project (in beta) https://flows.nodered.org/node/node-red-contrib-spruthub
# node-red-contrib-deconz

@@ -13,0 +9,0 @@ Node-Red Nodes for deCONZ connectivity.

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