Socket
Socket
Sign inDemoInstall

homebridge

Package Overview
Dependencies
Maintainers
9
Versions
583
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge - npm Package Compare versions

Comparing version 2.0.0-beta.12 to 2.0.0-beta.13

4

dist/plugin.js

@@ -139,3 +139,3 @@ import assert from 'node:assert';

this.loadContext = undefined; // free up memory
// pluck out the HomeBridge version requirement
// pluck out the Homebridge version requirement
if (!context.engines || !context.engines.homebridge) {

@@ -146,3 +146,3 @@ throw new Error(`Plugin ${this.pluginPath} does not contain the 'homebridge' package in 'engines'.`);

const nodeVersionRequired = context.engines.node;
// make sure the version is satisfied by the currently running version of HomeBridge
// make sure the version is satisfied by the currently running version of Homebridge
if (!satisfies(getVersion(), versionRequired, { includePrerelease: true })) {

@@ -149,0 +149,0 @@ // TODO - change this back to an error

{
"name": "homebridge",
"type": "module",
"version": "2.0.0-beta.12",
"version": "2.0.0-beta.13",
"description": "HomeKit support for the impatient",

@@ -60,3 +60,3 @@ "author": "Nick Farina",

"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@antfu/eslint-config": "^3.0.0",
"@types/debug": "^4.1.12",

@@ -63,0 +63,0 @@ "@types/fs-extra": "^11.0.4",

Sorry, the diff of this file is not supported yet

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