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

hubot-cron-events

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-cron-events - npm Package Compare versions

Comparing version

to
0.2.1

5

CHANGELOG.md
Hubot-cron-events Changelog
==========================
### 0.2.1 - 2016-08-23
- add tz in the list display
- make list display look like the syntax of addJob
- actually .cron status is still there
### 0.2.0 - 2016-08-23

@@ -5,0 +10,0 @@ - add a way to include data params in job creation using 'with'

2

package.json
{
"name": "hubot-cron-events",
"description": "A hubot plugin to perform generic event emission scheduled using cron job.",
"version": "0.2.0",
"version": "0.2.1",
"author": {

@@ -6,0 +6,0 @@ "name": "mose",

@@ -67,2 +67,4 @@ Hubot Cron Events Plugin

.cron blah message = tick tack
or
.cron blah */5 * * * * * cron.message with room=shell message=tick tack
.cron start blah

@@ -69,0 +71,0 @@ activates the job, which will run every 5 seconds

Sorry, the diff of this file is not supported yet