New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hap-node-client

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hap-node-client - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

README.md.orig.2019-03-10_204410

3

HAPNodeJSClient.js

@@ -120,2 +120,3 @@ "use strict";

*
* @class
* @param {type} callback description

@@ -346,3 +347,2 @@ * @return {type} description

timeout: 7000,
json: true,
maxAttempts: 5, // (default) try 5 times

@@ -374,2 +374,3 @@ retryDelay: 5000, // (default) wait for 5s before trying again

} else {
// debug("_getAccessories", response.body);
var message = JSON.parse(response.body);

@@ -376,0 +377,0 @@ if (message && Object.keys(message.accessories).length > 0) {

{
"name": "hap-node-client",
"version": "0.0.16",
"version": "0.0.17",
"description": "Client for Hap-NodeJS",

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

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