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

homebridge-tcc

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-tcc - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

newApi.js

2

index.js

@@ -173,3 +173,3 @@ /*jslint node: true */

var uuid = UUIDGen.generate(this.name);
var uuid = UUIDGen.generate(this.name + " - TCC");

@@ -176,0 +176,0 @@ if (!getAccessoryByThermostatID(this.ThermostatID)) {

{
"name": "homebridge-tcc",
"version": "0.2.10",
"version": "0.2.11",
"description": "Honeywell Total Connect Comfort support for Homebridge: https://github.com/nfarina/homebridge",

@@ -24,8 +24,9 @@ "license": "ISC",

"debug": "^2.6.9",
"easy-soap-request": ">=0.0.0",
"fakegato-history": "^0.5.6",
"xml2json": ">=0.0.0",
"easy-soap-request": ">=0.0.0",
"moment": ">2.20.1",
"p-queue": ">=6.4.0"
"p-queue": ">=6.4.0",
"request": "^2.88.2",
"xml2json": ">=0.0.0"
}
}
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