Socket
Socket
Sign inDemoInstall

node-red-contrib-sun-position

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-sun-position - npm Package Compare versions

Comparing version 1.0.13-beta to 1.0.13

6

CHANGELOG.md

@@ -5,2 +5,5 @@ # node-red-contrib-sun-position

- time-inject
- fix not visible time input field
- blind-control + clock-time + time-inject + within-time

@@ -10,2 +13,5 @@ - fixed bug where default expire time is not considered #112

- time-comp / time-span
- fixed __after first match__ #115
- general

@@ -12,0 +18,0 @@ - i18N

4

nodes/time-comp.js

@@ -236,3 +236,5 @@ /********************************************

resObj.push(msg);
if (!config.checkall) {
node.debug(i + ' result=' + util.inspect(result, { colors: true, compact: 10, breakLength: Infinity }));
if (config.checkall != 'true') { // eslint-disable-line eqeqeq
node.debug(i + ' end cause checkall');
break;

@@ -239,0 +241,0 @@ }

@@ -413,3 +413,3 @@ /********************************************

resObj.push(msg);
if (!config.checkall) {
if (config.checkall != 'true') { // eslint-disable-line eqeqeq
break;

@@ -416,0 +416,0 @@ }

{
"name": "node-red-contrib-sun-position",
"version": "1.0.13-beta",
"version": "1.0.13",
"description": "NodeRED nodes to get sun and moon position",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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