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.12 to 0.0.13

4

lib/eventedHttpClient.js

@@ -42,3 +42,3 @@ // Monkey patch before you require http for the first time.

// debug("Callback-1", response.body);
this.callback(null, response, response.body);
this.callback(null, response);
}

@@ -60,3 +60,3 @@ } else {

} else {
this.callback(null, response, response.body);
this.callback(null, response);
// debug("Callback-2", response.body);

@@ -63,0 +63,0 @@ }

{
"name": "hap-node-client",
"version": "0.0.12",
"version": "0.0.13",
"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