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 2.0.0-beta.9 to 2.0.0-beta.10

2

package.json

@@ -51,3 +51,3 @@ {

},
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"devDependencies": {

@@ -54,0 +54,0 @@ "grunt": "^1.3.0",

@@ -319,3 +319,3 @@ const ConfigMigrationHandler = require('./ConfigMigrationHandler');

case 'msg':
command.arg.on = {
command.arg.payload = {
type: this.config.payloadType,

@@ -330,3 +330,3 @@ value: this.config.payload

command.errors.push(`The type '${this.config.payloadType}' was not valid in legacy version, he has been converted to 'msg'.`);
command.arg.on = {
command.arg.payload = {
type: 'msg',

@@ -344,3 +344,3 @@ value: this.config.payload

command.type = 'custom';
command.arg.target = 'state';
command.arg.target = {type: 'state'};
command.arg.command = {

@@ -357,3 +357,3 @@ type: 'str',

command.type = 'custom';
command.arg.target = 'state';
command.arg.target = {type: 'state'};
command.arg.command = {

@@ -370,3 +370,3 @@ type: 'msg',

command.type = 'custom';
command.arg.target = 'state';
command.arg.target = {type: 'state'};
command.arg.command = {type: 'object'};

@@ -417,3 +417,3 @@ command.arg.payload = {

command.arg.aftererror = 'continue';
command.arg.aftererror = {type: 'continue'};
this.result.new.commands = [command];

@@ -420,0 +420,0 @@ this.result.new.specific = {

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