Socket
Socket
Sign inDemoInstall

syntex-automation

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syntex-automation - npm Package Compare versions

Comparing version 1.2.1-b24 to 1.2.1-b25

2

package.json
{
"name": "syntex-automation",
"version": "1.2.1-b24",
"version": "1.2.1-b25",
"description": "An automation system for your smart home",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -849,8 +849,5 @@ module.exports = class Automation

result.state = {};
if(result.state[characteristic] != null)
{
result.state.value = result.state[characteristic] + result.block.characteristic[characteristic];
}
result.state = {
value : result.state[characteristic] + result.block.characteristic[characteristic]
};
}

@@ -862,8 +859,5 @@

result.block.state = {};
if(result.block.state[characteristic] != null)
{
result.block.state.value = result.block.state[characteristic] + result.block.comparison.characteristic[characteristic];
}
result.block.state = {
value : result.block.state[characteristic] + result.block.comparison.characteristic[characteristic]
};
}

@@ -870,0 +864,0 @@ }

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