Socket
Socket
Sign inDemoInstall

hubot-slack

Package Overview
Dependencies
0
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.1.0

6

package.json
{
"name": "hubot-slack",
"version": "2.0.4",
"version": "2.1.0",
"author": {

@@ -53,3 +53,3 @@ "name": "Tiny Speck",

"devDependencies": {
"coffee-script": ">=1.2.0",
"coffee-script": "~1.7.1",
"grunt": "~0.4.1",

@@ -68,4 +68,4 @@ "grunt-release": "~0.6.0",

"scripts": {
"test": "mocha --compilers coffee:coffee-script --reporter spec"
"test": "mocha --compilers coffee:coffee-script/register --reporter spec"
}
}
# hubot-slack
This is a [Hubot](http://hubot.github.com/) adapter to use with [Slack](https://slack.com).
This is a [Hubot](http://hubot.github.com/) adapter to use with [Slack](https://slack.com).
[![Build Status](https://travis-ci.org/tinyspeck/hubot-slack.png)](https://travis-ci.org/tinyspeck/hubot-slack)

@@ -32,3 +33,3 @@ ## Getting Started

- `heroku addons:add redistogo:nano`
- Activate the Hubot service on your "Team Services" page inside Slack.
- Activate the Hubot service on your ["Team Services"](http://my.slack.com/services/new/hubot) page inside Slack.
- Add the [config variables](#adapter-configuration). For example:

@@ -39,3 +40,3 @@

% heroku config:add HUBOT_SLACK_TEAM=myteam
% heroku config:add HUBOT_SLACK_BOTNAME=slackbot
% heroku config:add HUBOT_SLACK_BOTNAME=slack-hubot

@@ -63,3 +64,3 @@ - Deploy and start the bot:

Optional. What your Hubot is called on Slack. If you entered `slackbot` here, you would address your bot like `slackbot: help`. Otherwise, defaults to `hubot`.
Optional. What your Hubot is called on Slack. If you entered `slack-hubot` here, you would address your bot like `slack-hubot: help`. Otherwise, defaults to `slackbot`.

@@ -76,2 +77,2 @@ #### HUBOT\_SLACK\_CHANNELMODE

Optional. By default, Slack will not linkify channel names (starting with a '#') and usernames (starting with an '@'). You can enable this behavior by setting HUBOT_SLACK_LINK_NAMES to 1. Otherwise, defaults to 0. See [Slack API : Message Formatting Docs](https://api.slack.com/docs/formatting) for more information.
Optional. By default, Slack will not linkify channel names (starting with a '#') and usernames (starting with an '@'). You can enable this behavior by setting HUBOT_SLACK_LINK_NAMES to 1. Otherwise, defaults to 0. See [Slack API : Message Formatting Docs](https://api.slack.com/docs/formatting) for more information.

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