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

node-red-contrib-eztimer

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.13 to 1.0.14

3

index.js

@@ -47,3 +47,4 @@ const util = require('util');

"nightEnd",
"night"
"night",
"nadir"
];

@@ -50,0 +51,0 @@

{
"name": "node-red-contrib-eztimer",
"version": "1.0.13",
"version": "1.0.14",
"description": "A simple-yet-flexible timer/scheduler for node-red",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -100,2 +100,5 @@ # eztimer

## 1.0.14
* Added `nadir` to ordered sun event array
## 1.0.13

@@ -102,0 +105,0 @@ * Corrected invalid time received SunCalc based on events that don't happen at a particular lat/long by moving to the next closest valid event. ie, if `night` was chosen, but doesn't exist, `nauticalDusk` would be used. A warning is emitted each time an event is scheduled for a sun event different to that selected in the config. - [credit @B0F1B0](https://github.com/mrgadget/node-red-contrib-eztimer/issues/10).

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