Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-idobata

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-idobata - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

test.coffee

18

package.json
{
"name": "hubot-idobata",
"version": "0.0.2",
"version": "0.0.3",
"description": "Idobata adapter for GitHub's Hubot",
"main": "./src/idobata",
"scripts": {
"test": "mocha --compilers coffee:coffee-script test"
"test": "mocha --compilers coffee:coffee-script/register test"
},

@@ -24,12 +24,12 @@ "repository": {

"dependencies": {
"request": "~> 2.30.0",
"pusher-client": "~> 0.2.1",
"hubot": "~> 2.7.1"
"request": "~> 2.34",
"pusher-client": "~> 0.2.1"
},
"devDependencies": {
"coffee-script": "~> 1.6.3",
"coffee-script": "~> 1.7.1",
"mocha": "~> 1.17.1",
"chai": "~> 1.8.1",
"sinon": "~> 1.7.3",
"nock": "~> 0.27.1"
"chai": "~> 1.9.0",
"sinon": "~> 1.8.2",
"nock": "~> 0.27.1",
"hubot": "~> 2.7.1"
},

@@ -36,0 +36,0 @@ "engines": {

# hubot-idobata
[![Build Status](https://travis-ci.org/idobata/hubot-idobata.png)](https://travis-ci.org/idobata/hubot-idobata)
Idobata adapter for GitHub's Hubot

@@ -60,5 +62,24 @@

## Test
## Development
### Install
To customize hubot-idobata, it is recommended to work in your bot.<br>
After clone, you can install it from your local path.
``` sh
$ git clone https://github.com/idobata/hubot-idobata.git
$ cd /path/to/your/pretty/bot
$ npm install /path/to/hubot-idobata
```
You need to re-install it every time you edit `/path/to/hubot-idobata/*`.
**Caution**
If you clone hubot-idobata to under `node_modules/`, hubot *couldn't respond* your message.<br>
(see: [idobata/hubot-idobata#1](https://github.com/idobata/hubot-idobata/issues/1))
### Test
``` sh
$ npm test

@@ -65,0 +86,0 @@ ```

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