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.0.9-beta.2 to 3.0.9-beta.3

6

lib/index.js

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

const randIndex = Math.floor(Math.random() * this.lang.zWelcome.length)
this.log('%s. %s', this.lang.complete, this.lang.zWelcome[randIndex])
// Set a small timeout so the message should appear after the listener port log entry
setTimeout(() => {
this.log('%s. %s', this.lang.complete, this.lang.zWelcome[randIndex])
}, 2000)
// Perform the first discovery run and setup the interval for subsequent runs

@@ -461,0 +465,0 @@ this.discoverDevices()

2

package.json
{
"name": "homebridge-platform-wemo",
"alias": "BelkinWeMo",
"version": "3.0.9-beta.2",
"version": "3.0.9-beta.3",
"author": "bwp91",

@@ -6,0 +6,0 @@ "description": "Homebridge plugin to control Wemo devices.",

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