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

innogy-smarthome-lib

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

innogy-smarthome-lib - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

7

lib/smarthome/objects/capability.js

@@ -140,2 +140,7 @@ const inherits = require('util').inherits;

if (state.access == "R") {
reject({error: "YOU CAN'T SET A READ ONLY CAPABILITY!"});
return;
}
if (state.type) {

@@ -181,3 +186,3 @@ switch (state.type) {

} else {
reject();
reject({error: "CAPABILITY NOT FOUND!"});
return;

@@ -184,0 +189,0 @@ }

2

package.json
{
"name": "innogy-smarthome-lib",
"version": "0.4.6",
"version": "0.4.7",
"description": "JavaScript library for the Innogy SmartHome system",

@@ -5,0 +5,0 @@ "main": "./lib/smarthome",

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