Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-deconz

Package Overview
Dependencies
Maintainers
0
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 2.3.12 to 2.3.13

readme/flow_sample.png

7

deconz.js

@@ -12,2 +12,9 @@ const NODE_PATH = "/node-red-contrib-deconz/";

module.exports = function (RED) {
function backendNode(config) {
RED.nodes.createNode(this, config);
}
RED.nodes.registerType("deconz-ui-backend", backendNode);
/**

@@ -14,0 +21,0 @@ * Static files route because some users are using Node-Red 1.3.0 or lower

28

package.json
{
"name": "node-red-contrib-deconz",
"version": "2.3.12",
"version": "2.3.13",
"description": "deCONZ connectivity nodes for node-red",

@@ -46,9 +46,4 @@ "keywords": [

],
"scripts": {
"prepack": "grunt build",
"watch": "grunt watch",
"test": "mocha"
},
"dependencies": {
"@node-red/util": "^3.1.3",
"@node-red/util": "^4.0.0",
"compare-versions": "^6.1.0",

@@ -58,6 +53,7 @@ "dot-prop": "^6.0.1",

"multiple-select": "^1.7.0",
"set-interval-async": "^2.0.3",
"ws": "^8.15.1"
"set-interval-async": "^3.0.3",
"ws": "^8.17.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.6",
"grunt": "^1.6.1",

@@ -67,6 +63,6 @@ "grunt-contrib-uglify": "^5.2.2",

"load-grunt-tasks": "^5.1.0",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"mocha": "^10.4.0",
"nyc": "^17.0.0",
"should": "^13.2.3",
"taze": "^0.13.0"
"taze": "^0.13.8"
},

@@ -88,3 +84,9 @@ "node-red": {

"node": ">=14"
},
"scripts": {
"build": "grunt build",
"dev": "grunt watch",
"test": "mocha",
"release": "pnpm run test && pnpm run build && changeset publish"
}
}
}

@@ -53,8 +53,4 @@ # Node-Red deCONZ

Do not forget to open ports if you are using Node-Red from outside Home Assistant containers :
This is not needed if you are using Node-Red from inside Home Assistant containers.
[![HA setup](https://raw.githubusercontent.com/deconz-community/node-red-contrib-deconz/master/readme/ha_setup.png)](https://raw.githubusercontent.com/deconz-community/node-red-contrib-deconz/master/readme/ha_setup.png)
## Legacy version
The last version of the "legacy" version will be 1.3.4. This version was originally created
by [@Andreypopov](https://github.com/andreypopov), he mentioned that he stopped development. Dennis the Community
Manager of deCONZ asked him to transfer the repository so we can advance on it later. Please bear with us.
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