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
2
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
1.0.1

2

CHANGELOG.md
Hubot-cron-events Changelog
==========================
### 1.0.1 - 2020-02-25
- support for hubot-auth groups

@@ -4,0 +6,0 @@ ### 1.0.0 - 2016-09-01

13

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

@@ -10,2 +10,9 @@ "name": "mose",

},
"contributors": [
{
"name": "kolo",
"email": "kolo@kolo.fr",
"url": "https://github.com/baptistem"
}
],
"license": "MIT",

@@ -26,6 +33,2 @@ "keywords": [

},
"peerDependencies": {
"hubot": "2.x",
"coffee-script": "~1.6"
},
"devDependencies": {

@@ -32,0 +35,0 @@ "chai": "^2.1.1",

@@ -9,3 +9,3 @@ Hubot Cron Events Plugin

[![Coverage Status](https://img.shields.io/codeclimate/coverage/github/Gandi/hubot-cron-events.svg)](https://codeclimate.com/github/Gandi/hubot-cron-events/coverage)
[![Code Climate](https://img.shields.io/codeclimate/github/Gandi/hubot-cron-events.svg)](https://codeclimate.com/github/Gandi/hubot-cron-events)
[![NPM](https://nodei.co/npm/hubot-cron-events.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/hubot-cron-events/)

@@ -31,2 +31,3 @@ This plugin is a generic event emitter scheduled using cron job. It's very similar to [hubot-cron](https://github.com/miyagawa/hubot-cron), but instead of sending messages it emits events.

If you use [hubot-auth](https://github.com/hubot-scripts/hubot-auth), the cron configuration commands will be restricted to user with the `admin` role.
You can add a custom group, by setting the following env variable : `HUBOT_CRON_AUTH_GROUP`

@@ -33,0 +34,0 @@ But if hubot-auth is not loaded, all users can access those commands.

Sorry, the diff of this file is not supported yet