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-b17 to 1.2.0-b18

2

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

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

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

var socket = this.platform.WebServer.connectSocket('ws://localhost:' + this.manager.RouteManager.plugins[i].port + '/automation', (response) => {
var socket = this.platform.WebServer.connectSocket('ws://127.0.0.1:' + this.manager.RouteManager.plugins[i].port + '/automation', (response) => {

@@ -183,0 +183,0 @@ if(response.connected != null)

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