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.2.0-b13 to 1.2.0-b14

6

package.json
{
"name": "syntex-automation",
"version": "1.2.0-b13",
"version": "1.2.0-b14",
"description": "An automation system for your smart home",

@@ -13,4 +13,4 @@ "main": "main.js",

"axios": "^0.21.1",
"syntex-filesystem": "1.0.2-b9",
"syntex-logger": "1.0.8-b21"
"syntex-filesystem": "1.0.2-b10",
"syntex-logger": "1.0.8-b23"
},

@@ -17,0 +17,0 @@ "keywords": [

@@ -83,2 +83,4 @@ const axios = require('axios');

this.logger.log('success', 'automation', 'Automation', '%automation_load_success%!');
this.ready = true;

@@ -100,13 +102,12 @@ }

this.automation = data;
this.logger.log('success', 'automation', 'Automation', '%automation_load_success%!');
}
else
{
this.logger.log('warn', 'automation', 'Automation', '%automation_load_error%!');
}
resolve(data != null);
}).catch(() => resolve(false));
}).catch(() => {
this.logger.log('warn', 'automation', 'Automation', '%automation_load_error%!');
resolve(false);
});
});

@@ -129,3 +130,8 @@ }

}).catch(() => resolve(false));
}).catch(() => {
this.logger.log('warn', 'automation', 'Automation', '%automation_load_error%!');
resolve(false);
});
});

@@ -132,0 +138,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