Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-honeywell-home

Package Overview
Dependencies
Maintainers
1
Versions
597
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-honeywell-home - npm Package Compare versions

Comparing version 11.4.5-beta.2 to 11.4.5-beta.3

4

homebridge-ui/server.js

@@ -32,3 +32,3 @@ /* eslint-disable no-console */

const url = 'https://api.honeywell.com/oauth2/authorize?' +
'response_type=code&redirect_uri=' + encodeURI('http://' + this.hostname + ':8585') + '&' +
'response_type=code&redirect_uri=' + encodeURI('http://' + this.hostname + ':8585/auth') + '&' +
'client_id=' + query.key;

@@ -50,3 +50,3 @@ res.end('<script>window.location.replace(\'' + url + '\');</script>');

curlString += 'code=' + code + '&';
curlString += 'redirect_uri=' + encodeURI('http://' + this.hostname + ':8585');
curlString += 'redirect_uri=' + encodeURI('http://' + this.hostname + ':8585/auth');
curlString += '" ';

@@ -53,0 +53,0 @@ curlString += '"https://api.honeywell.com/oauth2/token"';

{
"displayName": "Homebridge Honeywell Home",
"name": "homebridge-honeywell-home",
"version": "11.4.5-beta.2",
"version": "11.4.5-beta.3",
"description": "The [Homebridge](https://homebridge.io) Honeywell Home plugin allows you to access your [Honeywell Home](https://honeywellhome.com) device(s) from HomeKit.",

@@ -6,0 +6,0 @@ "author": "donavanbecker",

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