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.0.2-b3 to 1.0.2-b4

2

automation.js

@@ -38,3 +38,3 @@ //let TypeManager = require('./type-manager'), AutomationSystem = require('syntex-automation');

this.storage.load('automation', (err, obj) => {
storage.load('automation', (err, obj) => {

@@ -41,0 +41,0 @@ if(!obj || err)

const EventEmitter = require('events'), request = require('request');
class AutomationSystem extends EventEmitter
let LogikEngine = require('./automation');
module.exports = class AutomationSystem extends EventEmitter
{
constructor()
constructor(logger, storagePath, dataManager)
{
super();
super.setMaxListeners(256);
this.LogikEngine = new LogikEngine(logger, storagePath, dataManager);
}

@@ -42,8 +48,2 @@

}
}
const automation = new AutomationSystem();
automation.setMaxListeners(256);
module.exports = automation;
}
{
"name": "syntex-automation",
"version": "1.0.2-b3",
"version": "1.0.2-b4",
"description": "An automation system for your smart home",

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

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