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

iobroker.innogy-smarthome

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.innogy-smarthome - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

io-package.json
{
"common": {
"name": "innogy-smarthome",
"version": "0.2.5",
"version": "0.2.6",
"title": "Innogy Smarthome Adapter",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -179,7 +179,3 @@ /* jshint -W097 */// jshint strict:false

smartHome.on("close", function (e) {
if (typeof e === "string")
adapter.log.debug("CLOSE:" + e);
else
adapter.log.debug("CLOSE:" + JSON.stringify(e));
adapter.log.debug("SOCKET CONNECTION TO THE INNOGY API WAS CLOSED");
adapter.setState("info.connection", false, true);

@@ -186,0 +182,0 @@ });

{
"name": "iobroker.innogy-smarthome",
"version": "0.2.5",
"version": "0.2.6",
"description": "ioBroker Innogy SmartHome Adapter",

@@ -5,0 +5,0 @@ "author": {

@@ -12,2 +12,5 @@ ![Logo](admin/innogy-smarthome.png)

### 0.2.6
Fixed an exception once the Innogy API closes the status socket connection
### 0.2.5

@@ -14,0 +17,0 @@ Implemented throttling changes required by the Innogy API

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