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.1.1 to 1.1.2

5

CHANGELOG.md
# node-red-contrib-sun-position
#### 1.1.2: BugFix
- blind-control + clock-time
- fixed Error `Cannot read property 'timeType' of undefined` #152
#### 1.1.1: BugFix + maintenance

@@ -4,0 +9,0 @@

2

nodes/clock-timer.js

@@ -615,3 +615,3 @@ /********************************************

// check first rule, maybe next day
if (node.rules.firstTimeLimited < node.rules.count) {
if (node.autoTrigger && node.rules && node.rules.firstTimeLimited < node.rules.count) {
checkRuleForAT(node.rules.data[node.rules.firstTimeLimited]);

@@ -618,0 +618,0 @@ }

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

@@ -96,3 +96,3 @@ "keywords": [

"camo-purge": "^1.0.2",
"eslint": "^7.0.0",
"eslint": "^7.1.0",
"eslint-plugin-html": "^6.0.2",

@@ -102,3 +102,4 @@ "eslint-plugin-jsdoc": "^25.4.2",

"eslint-plugin-node": "^11.1.0",
"minimist": ">=1.2.5"
"minimist": ">=1.2.5",
"yargs-parser": ">=18.1.3"
},

@@ -105,0 +106,0 @@ "disabledSettings": {

Sorry, the diff of this file is too big to display

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