Socket
Socket
Sign inDemoInstall

hubot-cc

Package Overview
Dependencies
92
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

20

package.json
{
"name": "hubot-cc",
"description": "A Hubot script for defining aliases to easily @mention groups of people in a room or a global context.",
"version": "0.0.4",
"version": "0.0.5",
"author": "Ian Lai <os@fyianlai.com>",

@@ -20,14 +20,14 @@ "license": "MIT",

"devDependencies": {
"chai": "^3.4.0",
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.13.0",
"grunt-release": "~0.13.1",
"hubot": "2.x",
"matchdep": "~1.0.0",
"mocha": "^2.3.3",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
"matchdep": "~1.0.1",
"mocha": "^2.5.3",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},

@@ -34,0 +34,0 @@ "main": "index.coffee",

@@ -6,2 +6,4 @@ # hubot-cc

__This script relies on a new Hubot [v2.16.0](https://github.com/github/hubot/blob/master/CHANGELOG.md#v2160) feature known as ['receive middleware'](https://github.com/github/hubot/pull/1019). It WILL NOT work on older versions of Hubot.__
A Hubot script for defining aliases to easily @mention groups of people in a room or a global context.

@@ -8,0 +10,0 @@

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