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-b10 to 1.2.0-b11

6

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

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

"axios": "^0.21.1",
"syntex-filesystem": "1.0.2-b6",
"syntex-logger": "1.0.8-b11"
"syntex-filesystem": "1.0.2-b9",
"syntex-logger": "1.0.8-b21"
},

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

@@ -31,3 +31,3 @@ const axios = require('axios');

this.loadLock().then((lockSuccess) => {
if(lockSuccess)

@@ -103,3 +103,4 @@ {

resolve(data != null);
});
}).catch(() => resolve(false));
});

@@ -112,3 +113,3 @@ }

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

@@ -121,4 +122,5 @@ if(data != null)

resolve(error);
});
resolve(true);
}).catch(() => resolve(false));
});

@@ -125,0 +127,0 @@ }

@@ -24,3 +24,4 @@ module.exports = class RouteManager

}
});
}).catch(() => {});
}

@@ -27,0 +28,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