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.33 to 0.0.34

README.md.orig.2020-04-06_194858

5

HAPNodeJSClient.js

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

callback(new Error(ex));
return;
}

@@ -306,2 +307,3 @@ }

callback(new Error(ex));
return;
}

@@ -358,2 +360,3 @@ callback(null, rsp);

callback(new Error(ex));
return;
}

@@ -411,2 +414,3 @@ callback(null, rsp);

callback(new Error(ex));
return;
}

@@ -458,2 +462,3 @@ // debug("HAPStatus callback", rsp);

callback(err);
return;
}

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

2

package.json
{
"name": "hap-node-client",
"version": "0.0.33",
"version": "0.0.34",
"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