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.1 to 1.0.2

nodes/icons/inputTypeRandomNumber.png

1

nodes/locales/en-US/position-config.json

@@ -28,2 +28,3 @@ {

"timemoon":"moon time",
"randomNumber":"random",
"suncalc":"sun calculation",

@@ -30,0 +31,0 @@ "suninsky":"sun in the sky (percent)",

@@ -55,2 +55,3 @@ {

"timeAltOffset": "offset for alternate time",
"timeLimits":"select days and or month wherefore it should be valid",
"days":"select days wherefore it should be valid",

@@ -57,0 +58,0 @@ "months":"select months wherefore it should be valid",

3

nodes/locales/en-US/within-time-switch.json

@@ -52,3 +52,4 @@ {

"endTimeAlt": "alternate end time, e.g. 18:15",
"endOffsetAlt": "0"
"endOffsetAlt": "0",
"timeLimits":"select days and or month wherefore it should be valid"
},

@@ -55,0 +56,0 @@ "tips": {

@@ -248,2 +248,9 @@ /************************************************************************/

},
randomNumber: {
value: 'random',
label: node._('node-red-contrib-sun-position/position-config:common.types.randomNumber','randomNumber'),
icon: 'icons/node-red-contrib-sun-position/inputTypeRandomNumber.png',
hasValue: true,
validate: RED.validators.number()
},
TimeSun: {

@@ -250,0 +257,0 @@ value: 'pdsTime',

@@ -29,4 +29,2 @@ /********************************************

typeof node.positionConfig === 'undefined' ||
config.operator === null ||
typeof config.operator === 'undefined' ||
config.inputType === null ||

@@ -33,0 +31,0 @@ typeof config.inputType === 'undefined') {

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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