Socket
Socket
Sign inDemoInstall

hubot-cronjob

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.2.0

2

package.json
{
"name": "hubot-cronjob",
"version": "0.0.1",
"version": "0.2.0",
"description": "Hubot scriptable cron job",

@@ -5,0 +5,0 @@ "main": "./src/cronjob.coffee",

@@ -17,2 +17,3 @@ # hubot-cronjob

pattern = '0 11 * * 1-5'
timezone = 'Europe/Prague'
fn = fetchRestaurantMenu (err, menu) ->

@@ -22,3 +23,3 @@ if err

robot.messageRoom 'lunchroom', menu
new HubotCron pattern, fetchRestaurantMenu
new HubotCron pattern, timezone, fetchRestaurantMenu

@@ -25,0 +26,0 @@ ## How to install

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc