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.2.1 to 0.2.2

7

HAPNodeJSClient.js

@@ -168,5 +168,6 @@ 'use strict';

break; // prefer ipv4
} else if (ip.isV6Format(address) && address.substring(0, 7) !== '169.254') {
ipAddress = address;
url = 'http://[' + ipAddress + ']:' + result.port;
} else if (ip.isV6Format(address) && address.substring(0, 7) !== '169.254' && address.substring(0, 6) !== 'fe80::') {
// ipv6 with Axios is broken on MacOS -
// ipAddress = address;
// url = 'http://[' + ipAddress + ']:' + result.port;
} else {

@@ -173,0 +174,0 @@ debug('Invalid address found', result.name, address, result.addresses);

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