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.5 to 0.0.6

4

dist/platformAccessory.js

@@ -18,4 +18,4 @@ "use strict";

.setCharacteristic(this.platform.Characteristic.SerialNumber, accessory.context.device.id);
this.service = this.accessory.getService(this.platform.Service.Speaker) || this.accessory.addService(this.platform.Service.Speaker);
this.service.setCharacteristic(this.platform.Characteristic.Name, accessory.context.device.name);
this.service = this.accessory.getService(this.platform.Service.TelevisionSpeaker)
|| this.accessory.addService(this.platform.Service.TelevisionSpeaker);
this.service.getCharacteristic(this.platform.Characteristic.Mute)

@@ -22,0 +22,0 @@ .onSet(async (value) => {

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

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

@@ -8,0 +8,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is not supported yet

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