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 to 1.1.0-b1

8

automation.js

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

files.readFile('/automation/automation-lock.json').then((data) => {
files.readFile('automation/automation-lock.json').then((data) => {

@@ -37,3 +37,3 @@ if(data != null)

files.readFile('/automation/automation.json').then((data) => {
files.readFile('automation/automation.json').then((data) => {

@@ -224,3 +224,3 @@ if(data != null)

files.writeFile('/automation/automation-lock.json', { eventLock : eventLock, positiveFired : positiveFired, negativeFired : negativeFired });
files.writeFile('automation/automation-lock.json', { eventLock : eventLock, positiveFired : positiveFired, negativeFired : negativeFired });
}

@@ -485,3 +485,3 @@ else

files.writeFile('/automation/automation-lock.json', { eventLock : eventLock, positiveFired : positiveFired, negativeFired : negativeFired }).then((success) => {
files.writeFile('automation/automation-lock.json', { eventLock : eventLock, positiveFired : positiveFired, negativeFired : negativeFired }).then((success) => {

@@ -488,0 +488,0 @@ logger.log('success', trigger.id, trigger.letters, '[' + trigger.name + '] %automation_executed[0]% [' + automation.name + '] %automation_executed[1]%!');

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

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

@@ -7,3 +7,3 @@ # SynTex Automation System

[![NPM Downloads](https://img.shields.io/npm/dt/syntex-automation?color=9944ee&&style=for-the-badge)](https://www.npmjs.com/package/syntex-automation)
[![GitHub Commits](https://img.shields.io/github/commits-since/SynTexDZN/syntex-automation/0.0.0?color=yellow&label=commits&style=for-the-badge)](https://github.com/SynTexDZN/syntex-automation/commits)
[![GitHub Commits](https://img.shields.io/github/commits-since/SynTexDZN/syntex-automation/1.0.0?color=yellow&label=commits&style=for-the-badge)](https://github.com/SynTexDZN/syntex-automation/commits)
[![GitHub Code Size](https://img.shields.io/github/languages/code-size/SynTexDZN/syntex-automation?color=0af&style=for-the-badge)](https://github.com/SynTexDZN/syntex-automation)

@@ -21,2 +21,2 @@

- `Join` our `Discord Server`
#### [![Discord](https://img.shields.io/discord/442095224953634828?color=5865F2&logoColor=white&label=discord&logo=discord&style=for-the-badge)](https://discord.gg/XUqghtw4DE)
#### [![Discord](https://img.shields.io/discord/442095224953634828?color=5865F2&logoColor=white&label=discord&logo=discord&style=for-the-badge)](https://discord.gg/XUqghtw4DE)
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