Socket
Socket
Sign inDemoInstall

hubot

Package Overview
Dependencies
Maintainers
7
Versions
143
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 10.0.5 to 11.0.0

bin/Hubot.mjs

5

package.json
{
"name": "hubot",
"version": "10.0.5",
"version": "11.0.0",
"author": "hubot",

@@ -18,3 +18,2 @@ "keywords": [

"dependencies": {
"coffeescript": "^2.7.0",
"connect-multiparty": "^2.2.0",

@@ -32,3 +31,3 @@ "express": "^4.18.2",

},
"main": "./index",
"main": "./index.mjs",
"bin": {

@@ -35,0 +34,0 @@ "hubot": "./bin/hubot"

@@ -9,6 +9,5 @@ ![Pipeline Status](https://github.com/hubotio/hubot/actions/workflows/pipeline.yml/badge.svg)

**Note: v10.0.4 contains the removal of CoffeeScript**
**Note: v10.0.4 accidentaly contains the removal of CoffeeScript; v10.0.5 puts it back in**
**Note: v11 removes CoffeeScript and converts this codebase to ESM**
Semver is looking for **BREAKING CHANGE** singular, not **BREAKING CHANGES**. As a result, the removal of CoffeeScript was marked as the `v10.0.4` release.
Hubot is a framework to build chat bots, modeled after GitHub's Campfire bot of the same name, hubot.

@@ -15,0 +14,0 @@ He's pretty cool. He's [extendable with scripts](https://hubotio.github.io/hubot/docs#scripts) and can work

bin/hubot

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