New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-suncron

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-suncron - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

.github/workflows/release.yaml

8

package.json
{
"name": "node-red-contrib-suncron",
"version": "1.3.2",
"version": "1.3.3",
"description": "A Node-RED node that triggers configurable outgoing messages based on the position of the sun",

@@ -48,3 +48,9 @@ "main": "index.js",

"singleQuote": true
},
"release": {
"branches": [
"master",
"next"
]
}
}

4

README.md

@@ -26,7 +26,7 @@ # SunCron

The location (lat / lon) can either be entered manually or retrieved automatically via the location button.
The location (lat / lon) can either be entered manually or retrieved automatically from your browser via the location button.
![example](docs/config.png)
The offsets can be overwritten at runtime by passing a config object as `msg.payload` to the suncron node. All attributes are optional. Offsets need to be expressed in seconds as positive or negative integer values. Below example adjusts the offset for the `dusk` event to -2 minutes and all others to 0 seconds.
The offsets can be overwritten at runtime by passing a config object as `msg.payload` to the suncron node. All attributes are optional. Offsets need to be expressed in seconds as positive or negative integer values. Below example adjusts the offset for the `dusk` event to -2 minutes (-120 seconds) and all others to 0 seconds.

@@ -33,0 +33,0 @@ ```

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