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

hap-alexa

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

hap-alexa - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "hap-alexa",
"version": "0.0.8",
"version": "0.0.9",
"description": "HAP-NodeJS Modules to support Amazon Alexa Integration",

@@ -5,0 +5,0 @@ "main": "ssdp.js",

@@ -90,3 +90,3 @@ 'use strict';

var response = getDiscoveryResponses();
sleep(Math.random()*15000).then(() => {
sleep(parseInt(Math.random()*15000)).then(() => {
// Do something after the sleep!

@@ -93,0 +93,0 @@ udpServer.send(response, rinfo.port, rinfo.address, () => {

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