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

hubot

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

8

CHANGELOG.md

@@ -0,3 +1,9 @@

v2.0.5
======
* All adapters have been removed except for shell and campfire
* Better win32 compatability
* Campfire reconnects on streaming errors on a per-room basis
v2.0.0
=====
======
* Major adapter overhaul, they're now external - Tom Bell

@@ -4,0 +10,0 @@ * Shell adapter now functions like a REPL - Tom Bell

2

package.json
{
"name": "hubot",
"version": "2.0.4",
"version": "2.0.5",
"author": "hubot",

@@ -5,0 +5,0 @@ "keywords": "github hubot campfire bot",

@@ -18,3 +18,3 @@ {

"dependencies": {
"hubot": "2.0.4",
"hubot": "2.0.5",
"hubot-scripts": "2.0.2",

@@ -21,0 +21,0 @@ "optparse": "1.0.3"

@@ -12,3 +12,6 @@ Hubot

You'll need to install the necessary dependencies for hubot. All of
those dependencies are provided by [npm](http://npmjs.org).
those dependencies are provided by [npm](http://npmjs.org) except for
Redis server.
Ubuntu: ```sudo apt-get install redis-server```
Then:

@@ -15,0 +18,0 @@ % bin/hubot

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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