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

iobroker.netatmo

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.netatmo - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

io-package.json
{
"common": {
"name": "netatmo",
"version": "1.3.0",
"version": "1.3.1",
"title": "Netatmo Adapter",

@@ -6,0 +6,0 @@ "desc": {

@@ -1045,4 +1045,12 @@ module.exports = function (myapi, myadapter) {

var eventDate = Date.parse(objTime[aTimeId].val);
if (cleanupDate > eventDate) {
var eventDate = null;
try {
eventDate = Date.parse(objTime[aTimeId].val);
}
catch(e) {
eventDate = null;
}
if ((cleanupDate > eventDate) || eventDate == null) {
var parentId = aTimeId.substring(0, aTimeId.length - 5);

@@ -1049,0 +1057,0 @@

{
"name": "iobroker.netatmo",
"version": "1.3.0",
"version": "1.3.1",
"description": "ioBroker netatmo Adapter",

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

@@ -34,2 +34,5 @@ ![Logo](admin/netatmo.png)

### 1.3.1
* (PArns) Fixed event cleanup crash
### 1.3.0

@@ -36,0 +39,0 @@ * (HMeyer) Added Netatmo Coach

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