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 0.2.7 to 0.2.8

7

nodes/sun-position.js

@@ -93,5 +93,8 @@ /********************************************

ports[i + 1] = RED.util.cloneMessage(msg);
ports[i + 1].payload.sunPos = chk;
ports[i + 1].payload.posChanged = chg;
ports[i + 1].sunPos = chk;
ports[i + 1].posChanged = chg;
if (typeof ports[i + 1].payload === 'object') {
ports[i + 1].payload.sunPos = chk;
ports[i + 1].payload.posChanged = chg;
}
}

@@ -98,0 +101,0 @@ }

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

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

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