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

homebridge-denon-avr-1000

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-denon-avr-1000 - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

4

dist/platformAccessory.js

@@ -7,3 +7,3 @@ "use strict";

exports.DenonAccessory = void 0;
const index_1 = __importDefault(require("axios/index"));
const axios_1 = __importDefault(require("axios"));
class DenonAccessory {

@@ -14,3 +14,3 @@ constructor(platform, accessory) {

this.state = { on: false };
const http = index_1.default.create({ baseURL: `http://${accessory.context.device.host}` });
const http = axios_1.default.create({ baseURL: `http://${accessory.context.device.host}` });
this.accessory.getService(this.platform.Service.AccessoryInformation)

@@ -17,0 +17,0 @@ .setCharacteristic(this.platform.Characteristic.Manufacturer, 'Denon')

@@ -5,3 +5,3 @@ {

"name": "homebridge-denon-avr-1000",
"version": "0.0.16",
"version": "0.0.17",
"description": "Free the full potential of your denon AVR with HomeKit and Homebridge",

@@ -34,5 +34,3 @@ "license": "Apache-2.0",

"dependencies": {
"axios": "^1.4.0",
"denon-client": "^0.2.4",
"mqtt": "^4.3.7"
"axios": "1.4.0"
},

@@ -39,0 +37,0 @@ "devDependencies": {

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