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

homebridge-platform-wemo

Package Overview
Dependencies
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-platform-wemo - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1-beta.0

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Change Log

## BETA
### Changes
- Recommended node version bump to v14.17.1
## 3.1.0 (2021-05-26)

@@ -7,0 +13,0 @@

4

lib/device/humidifier.js

@@ -41,3 +41,3 @@ /* jshint -W014, -W033, esversion: 9 */

// Add options to the heater target state characteristic
// Add options to the humidifier target state characteristic
this.service.getCharacteristic(this.hapChar.TargetHumidifierDehumidifierState).setProps({

@@ -49,3 +49,3 @@ minValue: 1,

// Add the set handler to the heater target humidity characteristic
// Add the set handler to the humidifier target relative humidity characteristic
this.service

@@ -52,0 +52,0 @@ .getCharacteristic(this.hapChar.RelativeHumidityHumidifierThreshold)

@@ -68,4 +68,4 @@ /* jshint -W014, -W033, esversion: 9 */

// Set up the Homebridge events
this.api.on('didFinishLaunching', this.pluginSetup.bind(this))
this.api.on('shutdown', this.pluginShutdown.bind(this))
this.api.on('didFinishLaunching', () => this.pluginSetup())
this.api.on('shutdown', () => this.pluginShutdown())
} catch (err) {

@@ -72,0 +72,0 @@ // Catch any errors during initialisation

{
"name": "homebridge-platform-wemo",
"alias": "BelkinWeMo",
"version": "3.1.0",
"version": "3.1.1-beta.0",
"author": "bwp91",

@@ -21,3 +21,3 @@ "description": "Homebridge plugin to control Wemo devices.",

"homebridge": "^1.3.3",
"node": "^14.17.0"
"node": "^14.17.1 || ^16.3.0"
},

@@ -24,0 +24,0 @@ "repository": {

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