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

node-red-contrib-cron-plus

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-cron-plus - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

6

package.json
{
"name": "node-red-contrib-cron-plus",
"version": "1.2.1",
"version": "1.3.0",
"description": "A flexible scheduler (cron, solar events, simple dates) node for Node-RED with full dynamic control and Timezone support",

@@ -38,4 +38,4 @@ "main": "cronplus.js",

"coord-parser": "^1.0.0",
"cronosjs": "^1.6.0",
"cronstrue": "^1.94.0",
"cronosjs": "^1.7.0",
"cronstrue": "^1.100.0",
"pretty-ms": "^7.0.0",

@@ -42,0 +42,0 @@ "suncalc2": "^1.8.1"

@@ -28,3 +28,3 @@ node-red-contrib-cron-plus

* View dynamically created schedules in the node editor UI
* Additional info about the triggered schedule is always send in the output message in `msg.cronplus`
* Additional info about the triggered schedule is always sent in the output message in `msg.cronplus`
* NOTE: if the payload is to "Default Payload", then the content of `msg.cronplus` is moved to `msg.payload`

@@ -68,3 +68,3 @@ * Node status updates to show the next event

npm install node-red-contrib-cron-plus
npm install node-red-contrib-cron-plus

@@ -82,2 +82,3 @@ Alternatively, install from a folder

* Cron expression builder adapted for cron-plus from https://github.com/juliacscai/jquery-cron-quartz (not on NPM)
* Big thanks for continued support by [@jaclark](https://github.com/jaclarke) for the excellent [cronosjs](https://github.com/jaclarke/cronosjs)

@@ -84,0 +85,0 @@ Dependencies

Sorry, the diff of this file is not supported yet

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