New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-weather

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-weather - npm Package Compare versions

Comparing version 1.12.3 to 1.12.4

2

index.js

@@ -398,3 +398,3 @@ "use strict";

url += "?APPID=" + this.apikey + "&units=" + this.unit + "&";
url += "?appid=" + this.apikey + "&units=" + this.unit + "&";
if (this.locationByCity) {

@@ -401,0 +401,0 @@ url += "q=" + this.locationByCity;

{
"name": "homebridge-weather",
"version": "1.12.3",
"version": "1.12.4",
"description": "Homebridge plugin for displaying the weather from openweathermap.org",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,6 @@ # homebridge-weather

If you find my work useful you can buy me a coffee, I am very thankful for your support.
<a href="https://www.buymeacoffee.com/werthdavid" target="_blank"><img width="140" src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png" alt="Buy Me A Coffee"></a>
# Installation

@@ -10,0 +13,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