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.1-b3 to 1.2.1-b4

4

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

@@ -14,3 +14,3 @@ "main": "main.js",

"syntex-filesystem": "1.0.3-b4",
"syntex-logger": "1.0.9-b1"
"syntex-logger": "1.0.9-b2"
},

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

@@ -207,10 +207,17 @@ const axios = require('axios');

if(logic == 'AND' && AND(result))
if(!result.includes(null))
{
resolve(true);
if(logic == 'AND' && AND(result))
{
resolve(true);
}
else if(logic == 'OR' && OR(result))
{
resolve(true);
}
else
{
resolve(false);
}
}
else if(logic == 'OR' && OR(result))
{
resolve(true);
}
else

@@ -217,0 +224,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