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-b5 to 1.0.3-b6

6

automation.js

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

{
eventLock = obj.eventLock || [];
positiveFired = obj.positiveFired || [];
negativeFired = obj.negativeFired || [];
eventLock = data.eventLock || [];
positiveFired = data.positiveFired || [];
negativeFired = data.negativeFired || [];
}

@@ -28,0 +28,0 @@ else

{
"name": "syntex-automation",
"version": "1.0.3-b5",
"version": "1.0.3-b6",
"description": "An automation system for your smart home",

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

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

{
if(obj.platforms[i].automationDirectory != null && obj.platforms[i].port != null)
if(obj.platforms[i].baseDirectory != null && obj.platforms[i].port != null)
{

@@ -25,0 +25,0 @@ this.plugins.push({ name : obj.platforms[i].platform, port : obj.platforms[i].port });

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