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.1.13 to 0.1.14

8

HAPNodeJSClient.js

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

method: 'PUT',
url: 'http://' + host + '/characteristics',
url: 'http://' + ipAddress + ':' + port + '/characteristics',
timeout: this.reqTimeout,

@@ -503,3 +503,3 @@ maxAttempts: 5, // (default) try 5 times

method: 'PUT',
url: 'http://' + host + '/characteristics',
url: 'http://' + ipAddress + ':' + port + '/characteristics',
timeout: this.reqTimeout,

@@ -595,3 +595,3 @@ maxAttempts: 5, // (default) try 5 times

method: 'POST',
url: 'http://' + host + '/resource',
url: 'http://' + ipAddress + ':' + port + '/resource',
timeout: this.reqTimeout,

@@ -677,3 +677,3 @@ maxAttempts: 5, // (default) try 5 times

method: 'GET',
url: 'http://' + host + '/characteristics' + body,
url: 'http://' + ipAddress + ':' + port + '/characteristics' + body,
timeout: this.reqTimeout,

@@ -680,0 +680,0 @@ maxAttempts: 5, // (default) try 5 times

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