Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-gate-latch

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-gate-latch - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

7

dist/doorbell-interface.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const python_shell_1 = require("python-shell");
const path_1 = __importDefault(require("path"));
exports.InitDoorbellInterface = () => {
const scriptPath = path_1.default.dirname(__dirname).split(path_1.default.sep).pop();
return new python_shell_1.PythonShell('door-monitor.py', {

@@ -9,4 +14,4 @@ mode: 'text',

pythonOptions: ['-u'],
scriptPath: '../',
scriptPath,
});
};

2

package.json
{
"name": "homebridge-gate-latch",
"version": "1.0.4",
"version": "1.0.5",
"author": "voxmatt",

@@ -5,0 +5,0 @@ "description": "Doorbell plugin for Homebridge to enable control of an old doorbell and front-gate latch",

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