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

syntex-automation

Package Overview
Dependencies
Maintainers
1
Versions
113
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.0.3-b7 to 1.0.3-b8

10

automation.js

@@ -147,5 +147,5 @@ let TypeManager = require('./type-manager');

}
catch(error)
catch(e)
{
this.logger.log('error', 'bridge', 'Bridge', 'Automation %json_parse_error%! ' + error);
this.logger.log('error', 'bridge', 'Bridge', 'Automation %json_parse_error%!', e);
}

@@ -310,5 +310,5 @@ }

}
catch(error)
catch(e)
{
this.logger.log('error', 'bridge', 'Bridge', 'Condition Request %json_parse_error%! ' + error);
this.logger.log('error', 'bridge', 'Bridge', 'Condition Request %json_parse_error%!', e);
}

@@ -490,5 +490,5 @@ }

logger.log('error', 'bridge', 'Bridge', '[' + name + '] %request_result[0]% [' + theRequest.url + '] %request_result[1]% [' + (err.response != null ? err.response.status : -1) + '] %request_result[2]%: [' + (err.response != null ? err.response.data : '') + '] ' + (err || ''));
logger.log('error', 'bridge', 'Bridge', '[' + name + '] %request_result[0]% [' + theRequest.url + '] %request_result[1]% [' + (err.response != null ? err.response.status : -1) + '] %request_result[2]%: [' + (err.response != null ? err.response.data : '') + '] ', err);
});
});
}
{
"name": "syntex-automation",
"version": "1.0.3-b7",
"version": "1.0.3-b8",
"description": "An automation system for your smart home",

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

# SynTex Automation System
An automation system for your smart home

@@ -16,3 +16,3 @@ const store = require('json-fs-store');

{
this.logger.log('error', 'bridge', 'Bridge', 'Config.json %read_error%!');
this.logger.log('error', 'bridge', 'Bridge', 'Config.json %read_error%!', err);
}

@@ -19,0 +19,0 @@ else

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