Socket
Socket
Sign inDemoInstall

hubot-cronjob

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-cronjob - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

CHANGELOG.md

@@ -0,3 +1,7 @@

# 0.2.0
- Configurable timezone
# 0.0.1
- Initial commit

2

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

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

@@ -18,7 +18,7 @@ # hubot-cronjob

timezone = 'Europe/Prague'
fn = fetchRestaurantMenu (err, menu) ->
fn = fetchRestaurantMenu.bind null, (err, menu) ->
if err
return console.error err
robot.messageRoom 'lunchroom', menu
new HubotCron pattern, timezone, fetchRestaurantMenu
new HubotCron pattern, timezone, fn

@@ -25,0 +25,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc