New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.18 to 0.2.20

10

lib/oauth2/index.js

@@ -37,4 +37,2 @@ const jsonfile = require('jsonfile');

console.log("AUTHORIZE CALL !!!");
oauth2.authorizationCode.getToken(options, function (error, result) {

@@ -52,7 +50,7 @@ if (error) {

jsonfile.writeFile(currentAuthFile, token.token);
jsonfile.writeFile(currentAuthFile, token.token, function () {
if (tokenCallback)
tokenCallback(null, token.token);
});
if (tokenCallback)
tokenCallback(null, token.token);
setTimeout(function () {

@@ -59,0 +57,0 @@ server.close();

1

lib/smarthome/index.js

@@ -310,2 +310,3 @@ const inherits = require('util').inherits;

that._requestor.call("initialize").catch(function (e) {
if (e && e.error && e.error.errorcode === 2006) {

@@ -312,0 +313,0 @@ // Does not work atm as "uninitialize" is broken with the last patch ...

{
"name": "innogy-smarthome-lib",
"version": "0.2.18",
"version": "0.2.20",
"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