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.5.1 to 0.5.2

4

lib/oauth2/index.js

@@ -25,3 +25,3 @@ const jsonfile = require('jsonfile');

var postOptions = {
host: 'api.services-smarthome.de',
host: 'auth.services-smarthome.de',
path: oAuthConfig.auth.tokenPath,

@@ -88,3 +88,3 @@ method: 'POST',

var postOptions = {
host: 'api.services-smarthome.de',
host: 'auth.services-smarthome.de',
path: oAuthConfig.auth.tokenPath,

@@ -91,0 +91,0 @@ method: 'POST',

{
"name": "innogy-smarthome-lib",
"version": "0.5.1",
"version": "0.5.2",
"description": "JavaScript library for the Innogy SmartHome system",

@@ -25,12 +25,12 @@ "main": "./lib/smarthome",

"dependencies": {
"async-lock": "^1.2.0",
"bluebird": "^3.5.4",
"express": "^4.16.4",
"async-lock": "^1.2.4",
"bluebird": "^3.7.2",
"express": "^4.17.1",
"jsonfile": "^5.0.0",
"md5": "^2.2.1",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"ws": "^6.2.1",
"xml2js": "^0.4.19"
"xml2js": "^0.4.23"
}
}
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