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

iobroker.innogy-smarthome

Package Overview
Dependencies
Maintainers
3
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.3.6 to 0.3.7

.github/auto-merge.yml

34

io-package.json
{
"common": {
"name": "innogy-smarthome",
"version": "0.3.6",
"version": "0.3.7",
"title": "Innogy Smarthome",
"titleLang": {
"en": "Innogy Smarthome",
"de": "Innogy Smarthome",
"ru": "Innogy Smarthome",
"pt": "Innogy Smarthome",
"nl": "Innogy Smarthome",
"fr": "Innogy Smarthome",
"it": "Innogy Smarthome",
"es": "Innogy Smarthome",
"pl": "Innogy Smarthome",
"zh-cn": "英诺智能家居"
},
"license": "MIT",

@@ -13,2 +25,14 @@ "desc": {

"news": {
"0.3.7": {
"en": "js-controller 3.3 warnings prevented",
"de": "js-controller 3.3 Warnungen verhindert",
"ru": "js-controller 3.3 предупреждения предотвращены",
"pt": "Avisos do js-controller 3.3 evitados",
"nl": "js-controller 3.3 waarschuwingen voorkomen",
"fr": "js-controller 3.3 avertissements empêchés",
"it": "js-controller 3.3 avvisi impediti",
"es": "advertencias de js-controller 3.3 prevenidas",
"pl": "Ostrzeżenia js-controller 3.3 są zablokowane",
"zh-cn": "js-controller 3.3 警告被阻止"
},
"0.3.6": {

@@ -31,3 +55,9 @@ "en": "Fixed auth issues"

"type": "iot-systems",
"authors": ["Patrick Arns <iobroker@patrick-arns.de>"]
"authors": ["Patrick Arns <iobroker@patrick-arns.de>"],
"tier": 2,
"dependencies": [
{
"js-controller": ">=2.0.0"
}
]
},

@@ -34,0 +64,0 @@ "native": {},

3

main.js

@@ -629,4 +629,3 @@ /* jshint -W097 */// jshint strict:false

res.type = "string";
res.role = "unknown";
res.type = typeof aState !== 'object' ? typeof aState !== 'object' : "mixed";
res.read = true;

@@ -633,0 +632,0 @@ res.write = true;

{
"name": "iobroker.innogy-smarthome",
"version": "0.3.6",
"version": "0.3.7",
"description": "ioBroker Innogy SmartHome",

@@ -29,7 +29,7 @@ "author": {

"innogy-smarthome-lib": "^0.5.3",
"@iobroker/adapter-core": "^1.0.3"
"@iobroker/adapter-core": "^2.5.0"
},
"devDependencies": {
"mocha": "^4.1.0",
"chai": "^4.1.2"
"mocha": "^9.0.2",
"chai": "^4.3.4"
},

@@ -44,2 +44,2 @@ "main": "main.js",

"readmeFilename": "README.md"
}
}

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

Please note: For the Authentication process Port 3000 is needed to be available om the host. Please check that nothing else is using it (e.g. Grafana)
## HELP WANTED!

@@ -17,2 +19,8 @@

### 0.3.7
Prevent js-controller 3.3 warnings
### 0.3.6
Fixed authorization issues
### 0.3.5

@@ -19,0 +27,0 @@ Updated authorization endpoint

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